Hi,
The video here should get you started - Power Query #08: Import Multiple Excel Sheets From Multiple Excel Workbooks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have an Excel M365 spreadsheet with about 40 tabs. The fields on the tabs are the same, but the data is different. I want to capture the data from specific cells on each tab in a pivot table. I want to create a summary table that lists the specific values from the fields on each tab and also tally the values.
I was able to create a summary table that summarized the data values, but I need more detail in the table. The summary table must include the tab name and the values from each tab. Does anyone have any idea how can I do that? Hope this makes sense.
For example:
| Tab Name | Column A | Column B | Column C | | Tab A | 1 | 2 | 3 | | --- | --- | --- | --- | | Tab B | 2 | 3 | 4 | | Tab C | 1 | 2 | 3 | | Tab D | 2 | 3 | 4 | | Total | 6 | 10 | 14 |
Thanks in advance!
Dawn
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
The video here should get you started - Power Query #08: Import Multiple Excel Sheets From Multiple Excel Workbooks.
want to capture the data from specific cells on each tab
consolidate multi sheets to one sheet first?
want to capture the data from specific cells on each tab
consolidate multi sheets to one sheet first?
Hi Peiyezhu,
No, I don't want to consolidate multiple sheets into one sheet first. I just want to pull 3 rows of data from each sheet into a table to report on and analyze the data.