Gregg Wolin Member May 11, 2020 #1 I cant seem to get sumif to work in a simple formula. I checked the data types and they look OK. I tried countif on the same column and that works. What am i missing? Attachments Sumif.xlsx 47.6 KB · Views: 2
I cant seem to get sumif to work in a simple formula. I checked the data types and they look OK. I tried countif on the same column and that works. What am i missing?
F Fluff13 Active Member May 11, 2020 #3 Assuming it should be H7, try =SUMIF(E13:E372,">"&H7,H13:H372)
Gregg Wolin Member May 11, 2020 #4 Fluff13 said: Assuming it should be H7, try =SUMIF(E13:E372,">"&H7,H13:H372) Click to expand... Thanks! That did it. Not sure why this syntax was required since H7 is a number.
Fluff13 said: Assuming it should be H7, try =SUMIF(E13:E372,">"&H7,H13:H372) Click to expand... Thanks! That did it. Not sure why this syntax was required since H7 is a number.
F Fluff13 Active Member May 11, 2020 #5 If you use ">H7" then it's treating H7 as a string, rather than looking at the value of the cell H7.