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)
- Go to the sheet where you want the summary.
- Click Data -> Combine.
- Choose the function (e.g., SUM, AVERAGE).
- Click Add to select ranges from each sheet.
- Check “Top row” and “Left column” if using labels.
- 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:
-
🌐 Visit our Other Levels Website
-
📺 Watch free tutorials on our Other Levels YouTube Channel, and learn Microsoft Excel from beginner to advanced.
✍️ Other Articles, Tips & Tricks you would like:
- Use Formulas to Filter Data in Microsoft Excel
- How to Generate Random Data in Microsoft Excel
- How to Remove Duplicated Data in Microsoft Excel
Share:
How to Create and Use Pivot Charts in Microsoft Excel
Weekly Timesheet in Microsoft Excel