Make the #N/A invisible

  • Thread starter Thread starter rixanna
  • Start date Start date
R

rixanna

I have specified some formula in my Excel worksheets. But, when the
cells are empty(with no data), it shows this sign #N/A in the cells.

How I could make it invisible so that when a user print the sheet, it
will only display the cells that contain data?
 
Another way is to amend your formulae so they don't produce the errors:

=IF(ISNA(your_formula),"",your_formula)

Hope this helps.

Pete
 
I know how to get rid of N/A...

don't use Excel.
don't use Excel.
don't use Excel.

how is that for a solution?

use MS Access or something similiar.. Access Data Projects _ROCK_

-Aaron
 

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

Back
Top