Suppress #Value! errors

  • Thread starter Thread starter www.ttdown.com
  • Start date Start date
W

www.ttdown.com

Is there anyway to turn off errors like #Value! or #DIV/O in a
spreadsheet? I have a formula that works when there is data in a cell
that is referenced but when the cell is empty I get the #DIV/O error.
I'd like to suppress the error without using the =IF function. Just
thought maybe there might be some kind of setting that would disable
these types of error messages when I print the spreadsheet.

Thanks!!
 
One way is to use Conditional Formatting, CF, with a formula like
=ISERROR(A1)
and format for white text when the condition is TRUE.

HTH
Anders Silvén
 

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

Similar Threads

Suppressing errors 3
How to suppress #VALUE! 6
#DIV error 5
Ignoring Blank cells 9
Supress DIV/0 2
Error Divide By Zero 6
Count Values in a Range, Not Formulas 2
divide by zero error 4

Back
Top