Combine Data from Multiple Worksheets

If you are dealing with data across different worksheets, such as online monthly sales reports, department summaries, or regional trackers, you do not need to go copying and pasting everything into one sheet. Microsoft Excel offers some smart ways to combine data from several worksheets using the built-in features and advanced formulas. 

This blog post will take you practically through how to combine data from multiple Excel sheets in an efficient manner. 


🎯 Why Combine Data from Multiple Excel Sheets?

  • To create reports in unison from different departments or months
  • To create a dashboard with summary statistics across sheets
  • To eliminate all manual data languishing efforts
  • Come into consistency with data and outrun entry errors

🛠️ Top Methods to Combine Data from Multiple Worksheets

✅ 1. Use Excel's Combine Tool (Manual)

  1. Go to the sheet where you want the summary. 
  2. Click Data -> Combine. 
  3. Choose the function (e.g., SUM, AVERAGE). 
  4. Click Add to select ranges from each sheet. 
  5. Check “Top row” and “Left column” if using labels. 
  6. Click OK. 

🔁 Best for quick summaries from similarly structured tables across sheets. 

✅ 2. Use 3D Formulas (Dynamic)

If your sheets are similarly structured (e.g., Jan, Feb, Mar): 

=SUM(Jan:Mar!B2)"

This sums all cell B2 values from sheets Jan to Mar.

🌟 Useful when you want to track the same metric across many sheets.

✅ 3: Using INDIRECT + Sheet Names (With Flexibility) 

Make a list of the sheet names in some column (eg, A2:A4), and then:

=SUMPRODUCT(SUMIF(INDIRECT("'"&A2:A4&"'!A2:A100"), "=East",

INDIRECT("'"&A2:A4&"'!B2:B100"))) This allows you to combine across named sheets with criteria.

✅ 4: Power Query (Modern, The Most Robust)

  • Data tab -> Get & Transform section -> Get Data -> From Workbook
  • Load all the relevant sheets
  • Append queries to merge the data
  • Clean, transform, and load the data into the summary sheet

🔥 Especially for large datasets and automated combining.


💡 Tips for Better Consolidation in Excel

  • Make sure sheets have the same structure for easy referencing
  • Use named ranges to make formulas simpler
  • Format your summary sheets with Conditional Formatting or use PivotTables
  • In Power Query, make sure your column names are consistent in each sheet

Thanks to these powerful methods, data consolidation across multiple worksheets no longer has to be boring or samey. Whether it is with 3D formulas, Power Query, or the Combine tool, Excel puts a host of options at your disposal to clarify and control your reports.

Mastering data consolidation means less manual work and errors, and much more insightful analytics, regardless of workbook or organization size.


🎓 Learn More with Other Levels

Take your Excel skills to the next level:


✍️ Other Articles, Tips & Tricks you would like:


Work Faster, Smarter, Productively and Efficiently with Other Levels Dashboard Template 

Latest Stories

View all

Use Microsoft Excel on Mobile Devices Efficiently

Take your spreadsheets on the go! With Excel Mobile, manage data, edit reports, collaborate in real time, and update dashboards, right from your phone or tablet. Perfect for remote work, travel productivity, and cloud-powered business tasks.

Read more

How to Add Comments and Notes in Microsoft Excel

Enhance your spreadsheet workflow using Excel's Comments and Notes, perfect for team collaboration, remote reviews, feedback loops, and self-documenting reports. Streamline communication and reduce errors with built-in annotation tools.

Read more

Create QR Codes in Microsoft Excel Using Web Add-ins

Learn how to generate QR codes directly in Excel using Web Add-ins for interactive dashboards, inventory logs, event invites, and mobile-friendly invoices. No design software needed, just dynamic, scannable power built into your spreadsheet.

Read more