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
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives