SUMIF does not work with blank cells

U

uncreative

Can SUMIF be used if there are blank cells in the range of data? (The
worksheet has been formatted for a purpose, so I do not want to remove any of
the blank cells.)
 
P

Peo Sjoblom

It would be really helpful if you would explain what does not work, I am
assuming you got a result that you think is incorrect. Are you trying to sum
based on blank cells then there is an old bug with regards to the used range
but we won't know unless you spill the beans

However you can use SUMPRODUCT as well


=SUMPRODUCT(--(A2:A100=""),B2:B100)

will sum B2:B100 where the cells in A2:A100 are blank (meaning empty or ""
derived from formula)
 
F

Farhad

Hi,

SUMIF looks at the range you specify for your criterea and sum the
appropriate amount in the sumrange and blank cells are not essential.

=SUMIF(range,criteria,sumrange)
 
U

uncreative

Thanks for responding so quickly, I was receiving an error message that the
formula referred to blank cells, and I was not getting a result at all.
However, almost right after I posted this message, I noticed a typo in the
formula! Thanks anyway..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top