Skip to main content

Kutools for Office — One Suite. Five Tools. Get More Done.

How to merge multiple sheets with same headers in Excel?

Author Sun Last modified

For example, you have some data with the same headers in different sheets as below screenshots shown, and now your job is to merge these sheets into one sheet. Instead of copying and pasting them one by one, this tutorial introduces the better ways for you to handle this job.

Sheet 1
Sheet 2
Sheet 3

Merge sheets with same headers by VBA

Consolidate excel sheets with same headers by Consolidate function

Merge or consolidate excel sheets with same headers by Kutools for Excel good idea3


arrow blue right bubble Merge sheets with same headers by VBA

If you just want to merge the sheets with same headers without any calculations, you can apply the VBA code to solve it.

1. Activate the workbook you want to merge the sheets, press Alt + F11 keys to open Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and then paste below VBA code to the new Module window.

VBA: Merge sheets with same headers

Sub Combine()
'UpdateByKutools20151029
    Dim i As Integer
    Dim xTCount As Variant
    Dim xWs As Worksheet
    On Error Resume Next
LInput:
    xTCount = Application.InputBox("The number of title rows", "", "1")
    If TypeName(xTCount) = "Boolean" Then Exit Sub
    If Not IsNumeric(xTCount) Then
        MsgBox "Only can enter number", , "Kutools for Excel"
        GoTo LInput
    End If
    Set xWs = ActiveWorkbook.Worksheets.Add(Sheets(1))
    xWs.Name = "Combined"
    Worksheets(2).Range("A1").EntireRow.Copy Destination:=xWs.Range("A1")
    For i = 2 To Worksheets.Count
        Worksheets(i).Range("A1").CurrentRegion.Offset(CInt(xTCount), 0).Copy _
               Destination:=xWs.Cells(xWs.UsedRange.Cells(xWs.UsedRange.Count).Row + 1, 1)
    Next
End Sub

3. Press F5 key to run the VBA, and a dialog pops out for you to enter the number of the title rows. See screenshot:

The dialog for entering the number of the title rows

4. Click OK. And all the sheets in the active workbook are merged in a new sheet called “Combined”.

Sheet 1
Plus sign
Sheet 2
Plus sign
Sheet 3
Equal sign
Combined sheet

Tip:

(1.) Your data must start from A1, if not, the code will not take effect.

(2.) Your data must have the same structure.

(3.) This code only can combine all worksheets of the active workbook, if you want to merge worksheets from multiple workbooks, this code will not work.


arrow blue right bubble Consolidate excel sheets with same headers by Consolidate function

Supposing you have some data with same column and row headers as below screenshot shown, and you want to merge excel sheets with same headers and then do some calculations, you can apply the Consolidate function in Excel.

Sheet A
Sheet B
Sheet C

1. Open all the workbooks you want to merge sheets from, and place the cursor at a blank cell where you want to locate the merging data, then click Data > Consolidate. See screenshot:

Consolidate button on the Data tab on the ribbon

2. Then in the Consolidate window, do as below operation:

1) Select the calculation you want form Function list;
2) Click to select the range you want to merge.
3) Click Add button to add the range into All reference list. To repeat 2) step and 3) steps to add all ranges needed to merged into this list.
4) Check Top row and Left column under Use labels in section.
5) If you want to link the merged data to source data, check Create links to source data.

Consolidate window

3. Click OK. Now all the data range with same headers are merged into one and sum up by headers.

Sheet ASheet BSheet C
Equal sign
Combined sheet

arrow blue right bubble Merge or consolidate excel sheets with same headers by Kutools for Excel

If in some cases, you want to merge data with same headers only, and in other cases, you want to merge data and consolidate them, are there any tricks can solve both these tasks? Here I introduce Kutools for Excel’s powerful Combine function for you.

Merge excel sheets with same headers

Consolidate multiple sheets with same headers

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Itegarate with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...

After installing Kutools for Excel, please do as below:(Free Download Kutools for Excel Now!)

Merge excel sheets with same headers

1. Click Kutools Plus > Combine to enable the Combine wizard, and then check Combine multiple worksheets from workbooks into one worksheet. See screenshots:
Combine button on the Kutools Plus tab on the ribbon
Combine wizard - step 1

2. Click Next> > to go to Combine Worksheets - Step 2 of 3 wizard, and do as below:

Combine wizard - step 2
1) Click Add > File/Folder to add the workbooks you may merge sheets from to the Workbook list;
2) Check the workbook name you want to merge the sheets, you can choose multiple workbooks;
3) Check the worksheets you want to combine together;
4) Click Range selection button to select the range you want to combine, if the ranges are placed in the same location of each sheet, just need to select one range from a sheet then click Same range.

3. Click Next>> to the Combine Worksheet – Step 3 of 3 wizard, and check Combine by row option and type 1 into the textbox of Title row number, if there are no title in your range, type 0 into it.

Combine wizard - step 3

4. Click Finish, and a dialog pops out to remind you save this scenario, if you want to save it, click Yes, or No.

Confirmation dialog

Now the sheets are merged with same row headers in a new workbook.

Merged sheet

Consolidate multiple sheets with same headers

After installing Kutools for Excel, please do as below:(Free Download Kutools for Excel Now!)

1. Click Enterprise > Combine to display the Combine wizard, and check Consolidate and calculate values across multiple workbooks into one worksheet. See screenshot:
Combine wizard - step 1

2. Click Next> > to go to the Combine Worksheets - Step 2 of 3 wizard, and do as below:

Combine wizard - step 2
1) Click Add > File/Folder to add the workbooks you may merge sheets from to the Workbook list;
2) Check the workbook name you want to merge the sheets, you can choose multiple workbooks;
3) Check the worksheets you want to combine together;
4) Click Range selection button to select the range you want to combine, if the ranges are placed in the same location of each sheet, just need to select one range from a sheet then click Same range.

3. Go on clicking Next>>, and select the function you want to apply in the merged range, and check the labels for your merged range. See screenshot:
Combine wizard - step 3

4. Click Finish, and a dialog pops out to ask you to save the scenario, click Yes to save, or click No to not save it.

Then the ranges are consolidated in a new workbook.

Confirmation dialog

The advantage of Kutools for Excel’s Combine function is that you can merge multiple sheets across opened workbooks or unopened workbooks into one worksheet or one workbook.

Easily Combine and Consolidate Data by Value in Excel

If you're working with a worksheet containing duplicate records, Kutools for Excel's Advanced Combine Rows feature allows you to quickly merge rows based on the same value. You can perform calculations like sum, average, or count on duplicate rows, making data consolidation fast and efficient.

Advanced combine rows feature use case example and interface

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy permanently free AI features! Get It Now

Related Articles

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!

All Kutools add-ins. One installer

Kutools for Office suite bundles add-ins for Excel, Word, Outlook & PowerPoint plus Office Tab Pro, which is ideal for teams working across Office apps.

Excel Word Outlook Tabs PowerPoint
  • All-in-one suite — Excel, Word, Outlook & PowerPoint add-ins + Office Tab Pro
  • One installer, one license — set up in minutes (MSI-ready)
  • Works better together — streamlined productivity across Office apps
  • 30-day full-featured trial — no registration, no credit card
  • Best value — save vs buying individual add-in