Forum Discussion
kborowy
Jan 09, 2024Copper Contributor
SUMIFS Not Working
Can someone help explain why all my SUMIFS are resulting in 0? I am a newbie to this type of formula, but it seems like it is set up correctly. The formula in cell G2 is =SUMIFS(G:G, A:A, "00-11...
- Jan 09, 2024
kborowy Your formula is correct, but you have circular reference error. You can't refer same cell into formula where you are putting formula. See the attach file.
Harun24HR
Bronze Contributor
I am assuming, data in column are number values and formatted to 00-00000000-000000 but in formula you are using "00-11670000-71200" which is text and that is reason to get result as 0. Use actual account number in SUMIFS() argument. Share a sample file (attach a file).