make cell contents equal to null value - not blank, but empty

G

Guest

Is there any way to make a cell value = to null?
I'm using the following: =IF($C$2>=A18,A18,"") to make cell B18 = to A18 if
A18 is >=C2. My problem is that when this is not true, I want the cell to be
blank. I mean I want it to be as if I never had any value in it at all. I
want it to be empty. As it is with what I'm doing, the "blankness" is just a
space or something because when I try and plot the data range, the chart
recognizes that the cell has a value and plots a zero or a gap.

Is there anyway to make the chart see the cell B18 as if there is nothing in
there what so ever, unless the equation above is true?
 
P

Peo Sjoblom

You can use

=IF($C$2>=A18,A18,NA())

the chart will work as if the cell was empty, if you think the #N/A is ugly
use conditional formatting and a white font to make it
less visible

format>conditional formatting, formula is

=ISNA(Cell_that_holds_the_formula)

format button, font and white font, click OK twice



--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 

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