+ Reply to Thread
Results 1 to 3 of 3

Vlookup with Match and Iferror for confirming is values exist in a column

Hybrid View

  1. #1
    Registered User
    Join Date
    12-09-2013
    Location
    cork
    MS-Off Ver
    Excel 2010
    Posts
    15

    Vlookup with Match and Iferror for confirming is values exist in a column

    Purpose: Want to look up the card-id number in column A in column H and return a yes or no in Column L.

    SEE attached workbook and tab [TEST DATA]

    Failed attempts use:

    1.
    =IFERROR(IF(MATCH(A3,$H$3:$J$102,0),"yes",),"no")

    result: always returns a [no] result

    2.
    =IF(ISNA(VLOOKUP(A3,Sheet1!F8:H107,1,FALSE)),"NO","YES")

    result: always returns a [no] result

    Requirement: PLease advise how to achieve the purpose of this exercise either by correcting the above formula or applying an alternative method to produce the same result
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: Vlookup with Match and Iferror for confirming is values exist in a column

    =IFERROR(IF(MATCH(A3,$H$3:$J$102,0),"yes",),"no") Change as
    =IFERROR(IF(MATCH(A3,$H$3:$H$102,0),"yes",),"no")
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2405
    Posts
    13,422

    Re: Vlookup with Match and Iferror for confirming is values exist in a column

    Also change:

    =IF(ISNA(VLOOKUP(A3,Sheet1!F8:H107,1,FALSE)),"NO","YES")

    to:

    =IF(ISNA(VLOOKUP(A3,$H$8:$H$107,1,FALSE)),"NO","YES")

+ 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. [SOLVED] IFERROR, VLOOKUP and MATCH help
    By jmcole in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-21-2014, 09:35 PM
  2. Replies: 7
    Last Post: 12-07-2013, 02:33 PM
  3. Formula needed for referencing column values. IF, MATCH, VLookup?
    By Oil Depot in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-20-2013, 04:52 PM
  4. [SOLVED] Formula (VLOOKUP vs INDEX & MATCH) to return multiple values in the same column
    By wfidler in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-06-2012, 07:04 PM
  5. Help with Index + Match (confirming matches on a list)
    By therock in forum Excel General
    Replies: 1
    Last Post: 02-06-2009, 01:59 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