Summarize Multiple Sheets onto Another Sheet with Two Criteria
I have six sheets, "Log X," with an identical setup and identical column headers. I want to be able to summarize one column, “Amount,” based on criteria from another column, “Budget ID,” on each of the six sheets onto another sheet, "Budget Sheet”.
Here are sample info from two of the six sheets, titled “Log 1” and “Log 2” and the “Budget Sheet”:
I've looked into using SUMIF/SUMIFS and referencing the relevant sheets, but it seem that I cannot reference more than one sheet, so that's not going to work.
Any ideas on how to accomplish this kind of summary reporting?
Best Answer
-
Hi @ariestauro,
You can reference more than sheet by adding together multiple "SUMIF" formulas. Here is what it would look like for 2 log sheets.
=SUMIF({Log 1 Budget ID}, [Budget ID]@row, {Log 1 Amount}) + SUMIF({Log 2 Budget ID}, [Budget ID]@row, {Log 2 Amount})
Just keep adding "SUMIF" sections with new sheet references as needed.
I'm sure Professor X would accept this answer.
Hope this helps,
Dave
Answers
-
Hi @ariestauro,
You can reference more than sheet by adding together multiple "SUMIF" formulas. Here is what it would look like for 2 log sheets.
=SUMIF({Log 1 Budget ID}, [Budget ID]@row, {Log 1 Amount}) + SUMIF({Log 2 Budget ID}, [Budget ID]@row, {Log 2 Amount})
Just keep adding "SUMIF" sections with new sheet references as needed.
I'm sure Professor X would accept this answer.
Hope this helps,
Dave
-
Thank you, @DKazatsky2 !
That formula worked.
I had written the formula with the criteria in the wrong order:
=SUMIF({Log 1 Amount}, {Log 1 Budget ID}, [Budget ID]@row, ) + SUMIF({Log 2 Amount}, {Log 2 Budget ID}, [Budget ID]@row, )
Thank you again for your help!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives