SOLVED

SUMIFS does not work with formulas

Copper Contributor

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 in the "pledged" column in yellow. Thanks.

 

Elva_Tanguerre_2-1629897980150.png

 

 

 

3 Replies
best response confirmed by Elva_Tanguerre (Copper Contributor)
Solution

@Elva_Tanguerre 

I'd check in any empty cell

=C4="Pledge"

=B4=E4

 

That could be extra spaces on non-printable characters somewhere.

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!!

@Elva_Tanguerre , glad to know it helped

1 best response

Accepted Solutions
best response confirmed by Elva_Tanguerre (Copper Contributor)
Solution

@Elva_Tanguerre 

I'd check in any empty cell

=C4="Pledge"

=B4=E4

 

That could be extra spaces on non-printable characters somewhere.

View solution in original post