+ Reply to Thread
Results 1 to 3 of 3

How can I get N/A not to appear

  1. #1
    Registered User
    Join Date
    05-04-2007
    Posts
    42

    How can I get N/A not to appear

    Hi I am trying to use vlookup to search for certain items of data in an excel sheet. I understand that N/A appears when there is a problem with data, but the probelm is a deliberate one. How do I get excel to stop displaying N/A. Is htere a method of turning the error function off??

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    replace your_formula with
    =if (iserror(your_formula),"",your_formula)

  3. #3
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664
    Alternatively, you can apply Condition Formatting to the cells: Format > Conditional Formatting. Choose 'Formula is' from the drop down menu and type (presuming you are in cell A1) =iserror(a1). Then change the font color to that of your background.

    The error remains, but cannot be seen.

    HTH,

    SamuelT

+ 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