+ Reply to Thread
Results 1 to 2 of 2

Recognizing #N/A

  1. #1
    Registered User
    Join Date
    04-30-2004
    Posts
    78

    Talking Recognizing #N/A

    When using the vlookup worksheet function, if the value I am looking for is not found, the system returns #N/A.
    Let’s say the vlookup function is in cell A1. In cell C1, I would like to put the word “yes” if A1 contains anything but #N/A and “no” if cell A1 does contain #N/A. How might I go about doing this?

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    Try this:

    =IF(ISNA(A1),"no","yes")

+ 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