I'm trying to add up staff hours when the staff assigned could fall into any of 3 categories. How can I sum them all together?
This is how I've started but getting "#unparseable"
=SUMIFS([Staff #1]@row = "Bethany XXX", [Staff 1 Calculated Hours]@row +SUMIFS([Staff #2]@row = "Bethany XXX", [Staff 2 Calculated Hours]@row +SUMIFS([Staff #3]@row = "Bethany XXX", [Staff 3 Calculated Hours]@row )))
Example: