Jonathan King
New Member
- Joined
- Dec 13, 2018
- Messages
- 17
SUMIFS has given me a headache, since I can't get the formula below to work, though I'm probably just too close to the trees to see the issue.
SUMIF works fine on TT and AH alone, but when both are used with SUMIFS, only zeros are returned.
What am I missing? Any help will be highly appreciated!
=IFERROR(SUMIFS(Data!I:I,B23,Data!T:T,Data!AH:AH,"=1"),0)
I - A column of text with department names (formatted as text)
B23 - one of the department names (formatted as text)
AH - A column of 1's and 0's (formatted as number)
Thanks!
SUMIF works fine on TT and AH alone, but when both are used with SUMIFS, only zeros are returned.
What am I missing? Any help will be highly appreciated!
=IFERROR(SUMIFS(Data!I:I,B23,Data!T:T,Data!AH:AH,"=1"),0)
I - A column of text with department names (formatted as text)
B23 - one of the department names (formatted as text)
AH - A column of 1's and 0's (formatted as number)
Thanks!