I have a list of 7 individuals who will be filling out what they have done during a shift. I've broken down their work into 10 generalized tasks. I am trying to find a way to add up the total amount of work done for a certain generalized task. The easy part was coming up with SUMIF for one person:
=SUMIF($A$3:A19,G24,$B$3:B19)
G24 = Task 1
Column A = Task Type
Column B = Amount done
Finds the "Task 1" instance and adds up the row it correlates to.
My question would be how do I perform the same function within 7 different ranges but adding it up into 1 specific cell?
Thanks for the help!
Bookmarks