HOW TO ENTER A BLANK IN WORKSHEET FUNCTION

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

Guest

Help!
I need a Blank cell when A1 is NOT >0 for Excel charting. I have tried the
following worksheet functions
=IF(isnumber(A1),A1,"")
=IF(isnumber(A1),A1," ")
but ended up with 0 in cell. Btw, A1 is in %.
 
Hi, I had the same issue not too long back and this is what I used.

=+IF(A1>0,A1,"")

See if this works for you.
 

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

Back
Top