Calculation problem #N/A issue

J

joe pt

Hello,
Can someone tell me if the following is possible.

I am making a few basic calculations in a worksheet. Sometimes the
value returned is #N/A because a cell is blank. This is correct. Once
the cell is filled with a value the calculation is correct.

My question is: Is it possible to hide or show a blank or a user
defined value instead of #N/A?

Thanks
 
J

John Wilson

joe pt,

You can change your original formulas;

= yourformula

to

= IF(ISNA(yourformula),"",yourformula)
You can replace the "" with a 0 if you want.

John
 

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