Closed Thread
Results 1 to 3 of 3

Using a VLOOKUP Formula to Check If a Value Exists

  1. #1
    skip
    Guest

    Using a VLOOKUP Formula to Check If a Value Exists

    Great tips - I was on the microsoft site for over an hour trying to figure it out, took me 5 minutes with this tip. Thanks!

  2. #2
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Using a VLOOKUP Formula to Check If a Value Exists

    Problem:

    Column B contains values to look up in List1 (Column A).
    We want to modify the results returned by the VLOOKUP function to include the lookup term as well as an indication of whether or not the value was found.

    Solution:

    Use the IF, ISNA, and VLOOKUP functions as shown in the following formula:
    =IF(ISNA(VLOOKUP(B2,$A$2:$A$7,1,FALSE)),B2&\"Not Found\",VLOOKUP(B2,$A$2:$A$7,1,FALSE)&\"Found\")

  3. #3
    Registered User
    Join Date
    07-23-2008
    Location
    Memphis, TN
    Posts
    1

    Thumbs up Using a VLOOKUP Formula to Check If a Value Exists

    Worked well. Thanks a lot.

Closed 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