Hi,
I have six sheets with an identical setup. I want to be able to summarize how much Effort each person has been assigned for all the sheets. For example, Bugs Bunny may have 12 hours assigned in Sheet 1, 4 hours in Sheet 3, and 24 in Sheet 5 for a grand total of 40.
I want to be able to summarize total Effort for each person, so I would end up with grand totals for Bugs Bunny, Daryl Riggins, and Pepe Lepew.
Running a report doesn't work as it returns individual rows from sheets, not totals. In the screenshot below, I want the total of 8 hours Effort assigned to Daryl, not two separate rows of 2 and 6 hours.
I've looked into using SUMIF and referencing the relevant sheets, but it appears I cannot reference more than 1 sheet, so that's a dead end.
Thoughts on how to accomplish this kind of summary reporting?