How can I globally set "error message" parameters in Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get error messages on many (if not most) of my spredsheet cells. Almost
all of them are unimportant or just plain nonsense. I can fix cell by cell,
but that takes forever and should not be necessary. How can I globally get
rid of this maddening nonsense?
 
One way to achieve a clean visual, without plunging into error-trapping
individual formulae which are returning the error msgs, is to use
conditional formatting to mask the appearance

Try this:

Select A1, then press CTRL+A
Click Format > Cond Formatting
Under condition1, make the settings:
Formula is: =ISERROR(A1)
Click Format button > Font tab > Font color white* > OK
Click OK at the main dialog

*assumes the cells' fill color is either white or the default "no color"
 
Hi!

Are you talking about those stupid colored triangles?

If so, goto Tools>Options>Error Checking>Rules

Uncheck everything listed!

Biff
 
Thanks,

I have been doing that cell-by-cell, but want to be able to "clear" a new
spredsheet before starting so that I don't run into the problem later. Thus
teh request for a "global" (not cell-by-cell) solution.

Any other ideas?

Thanks
 

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