I'm trying to make this formula work...
=SUM(SUMIFS('SHEET1'!$T:$T,'SHEET1'!$N:$N,{"January","February","March"},'SHEET1'!$A:$A,AB57,'SHEET1'!$L:$L,{"MON","TUE","WED"}))
If I test the two parts independently like this
=SUM(SUMIFS('SHEET1'!$T:$T,'SHEET1'!$N:$N,{"January","February","March"},'SHEET1'!$A:$A,AB57))
or
=SUM(SUMIFS('SHEET1'!$T:$T,'SHEET1'!$A:$A,AB57,'SHEET1'!$L:$L,{"MON","TUE","WED"}))
I get the answers I expect, but when I combine them together I get 0 as the sum which is not right.
Can anyone advice how I can solve this?
=SUM(SUMIFS('SHEET1'!$T:$T,'SHEET1'!$N:$N,{"January","February","March"},'SHEET1'!$A:$A,AB57,'SHEET1'!$L:$L,{"MON","TUE","WED"}))
If I test the two parts independently like this
=SUM(SUMIFS('SHEET1'!$T:$T,'SHEET1'!$N:$N,{"January","February","March"},'SHEET1'!$A:$A,AB57))
or
=SUM(SUMIFS('SHEET1'!$T:$T,'SHEET1'!$A:$A,AB57,'SHEET1'!$L:$L,{"MON","TUE","WED"}))
I get the answers I expect, but when I combine them together I get 0 as the sum which is not right.
Can anyone advice how I can solve this?
Last edited: