Forum Discussion
Elva_Tanguerre
Aug 25, 2021Copper Contributor
SUMIFS does not work with formulas
Hello, I have a SUMIFS formula that returns "0", probably because the columns it is based on are either formulas themselves or a pivot report: =SUMIFS(A:A,C:C,"pledge",B:B,E4) The SUMIFS is i...
- Aug 25, 2021
I'd check in any empty cell
=C4="Pledge"
=B4=E4
That could be extra spaces on non-printable characters somewhere.
SergeiBaklan
Aug 25, 2021Diamond Contributor
I'd check in any empty cell
=C4="Pledge"
=B4=E4
That could be extra spaces on non-printable characters somewhere.
Elva_Tanguerre
Aug 25, 2021Copper Contributor
Hi Sergei, there was indeed an error - I mispelled "pledge" - the value was "pledges" DUH!! I was able to find this because of the simple check formulas you suggested. Never though of it. Thanks!!
- SergeiBaklanAug 25, 2021Diamond Contributor
Elva_Tanguerre , glad to know it helped