to stop zero from showing on graph

N

natash@

I have graphs for which values will be filled in time, but befor it's filled
I want zeroes not to be visible. Is it posible?
 
B

Brrnese

I didn't write the original post but am having the same problem. This works
if I remove all content from the cell - however - I would like to have a
formula in the cell so that it automatically populates with data from another
cell in the worksheet - when that cell has data entered - so is there a
formula that will enable me to capture the data from another cell after it is
entered but still make the cell appear to be empty until then? Otherwise it
puts all zeroes in the graph until data is entered.

Thanks for your help.

Kathie Meier
 
A

Andy Pope

Hi,

You need to include a IF condition in you formula.

=IF(X1<>"",X1,NA())

So if the other cell, in this case X1, has a value use it otherwise use
the NA()

Cheers
Andy
 
N

natash@

It works, gratefully natash@

Andy Pope said:
Hi,

You need to include a IF condition in you formula.

=IF(X1<>"",X1,NA())

So if the other cell, in this case X1, has a value use it otherwise use
the NA()

Cheers
Andy
 

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