Hi,
How do I get 'SUMIF' to ignore blank cells?
sumif(a1:a10,h1,b1:b10) - then fill down
a= ID number
h1 = ID number
b= cost info
eg 'matt' in 'h' is finding 'matt' in 'a' and reporting on the cost info against that name in 'b', but in the middle of the list a blank is matching a blank and returning a subtotal which is in the cost column.
I want to put sumif(a1:a10<>"",h1, b1:b10) but this doesnt work!
Thanks and regards
Bookmarks