+ Reply to Thread
Results 1 to 2 of 2

Error Messages

  1. #1
    Jo Davis
    Guest

    Error Messages

    Hi

    Is there a way in my settings that i can get Excel to hide formula error
    messages?

    any help would be most appreciated.

    Cheers
    Jo

  2. #2
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187
    You have various option for handling errors.

    Assuming that you are talking about worksheet functions returning error values, rather than VBA code there are two options.

    1. correct the result using something like =if(iserror(formula),"",formula) this leaves the cell clear if the formula returns an error.

    2. cosmetically only you can use the conditional formatting (again using the =iserror(A1) ) to set the font colour the same as the background colour.

    Just think carefully about future maintenance.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1