leave a cell blank

G

Guest

I am looking for a function that leaves a cell blank.
I am using now a function like: IF(condition,=1,""). So that if hte
condition is not fulfilled the cell remains blank (as it was before).
The problem is that "" is different than a blank cell! When you make some
chart excel takes "" as a zero value, but skips the blank cells.

Can anyone help? Thanks in advance.
 
B

Bernie Deitrick

Nicolas,

=IF(condition,1,NA())

The NA() will be ignored by your chart.

HTH,
Bernie
MS Excel MVP
 

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