Return blank cell using a formula

A

asach

Here is my formula: =if(iserr(h3/g3),"",h3/g3)

The problem is I am using this data in a line chart and whenever there is a
"", my line drops all the way down to zero. Can I make the formula
completely blank the cell rather than filling it with a space?
 
T

Trevor Shuttleworth

See if this makes it look any better:

=IF(ISERR(H3/G3),NA(),H3/G3)

Regards

Trevor
 

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