Blank a 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
"", the line goes all the way down to zero. Is there a way to completely
blank a cell rather than filling it with a space?
 
R

RagDyer

Try this:

=if(iserr(h3/g3),#N/A,h3/g3)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

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
"", the line goes all the way down to zero. Is there a way to completely
blank a cell rather than filling it with a space?
 

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