I can't return blank cells with formulas.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to get specific fields to add if and only if specific cells aren't blank. I have tried to use the SUMIF function to add the cells only if they are greater than 0, but it only gives me errors. I have tricked it before, but it was a pain and for some reason I can't trick this version of Excel. Any suggestions would be greatly appreciated
 
Try
=SUMIF(B3:B10,">0",B3:B10)

Charlie O'Neill
-----Original Message-----
I am trying to get specific fields to add if and only if
specific cells aren't blank. I have tried to use the
SUMIF function to add the cells only if they are greater
than 0, but it only gives me errors. I have tricked it
before, but it was a pain and for some reason I can't
trick this version of Excel. Any suggestions would be
greatly appreciated
 

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

Similar Threads

Excel formula, sum the value cell and if empty cell left blank 0
Excel Need Countifs Formula Help 0
Excel Concatenate with line breaks but ignore blank cells 3
Help needed 0
Excel Sumproduct 0
Excel Formula or equation 3
Windows 10 Activate windows now message 3
Excel VBA 1

Back
Top