+ Reply to Thread
Results 1 to 4 of 4

If there is a match using Vlookup Return Found, Otherwise Not Found

  1. #1
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,765

    If there is a match using Vlookup Return Found, Otherwise Not Found

    I have the following Vlookup formula


    Please Login or Register  to view this content.

    I would like this amend, so that where there is a match i.e item found, to return "Found" , otherwise return "Not Found"


    It would be appreciated if someone could amend my formula

  2. #2
    Valued Forum Contributor
    Join Date
    01-07-2022
    Location
    Europe
    MS-Off Ver
    Office 365
    Posts
    473

    Re: If there is a match using Vlookup Return Found, Otherwise Not Found

    may be simpler to use an IF/COUNTIF formula e.g.

    =IF( COUNTIF( range, search_criteria ) >=1, "Found", "Not Found")

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,504

    Re: If there is a match using Vlookup Return Found, Otherwise Not Found

    try this...
    =IF(IFERROR(VLOOKUP(B2,'[Items delivered.xlsm]Imported Data'!$A:$A,1,FALSE),"")="","Not Found","Found")
    untested of course.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,765

    Re: If there is a match using Vlookup Return Found, Otherwise Not Found

    Thanks for the help Guys

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Vlookup to return a zero if nothing found
    By preveo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2017, 10:01 AM
  2. VLOOKUp to return a 1 if match and a 0 if not found
    By bell_man in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-08-2016, 04:58 PM
  3. Fix SUMIF to return value of zero if match isn't found
    By chouston in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-04-2013, 11:04 AM
  4. How to get VLOOKUP to return zero is not found???
    By Tanasi in forum Excel General
    Replies: 8
    Last Post: 03-27-2009, 12:04 PM
  5. Vlookup, return zero if not found
    By molsansk in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-22-2006, 01:45 PM
  6. can lookup return err if no match found
    By Kim Greenlaw in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-11-2006, 01:45 PM

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