+ Reply to Thread
Results 1 to 6 of 6

MATCH returning #NA

  1. #1
    Registered User
    Join Date
    03-17-2021
    Location
    India
    MS-Off Ver
    Microsoft 365
    Posts
    5

    Exclamation MATCH returning #NA

    I am trying to perform a MATCH operation and getting #NA, I have checked the data type they aren't text and there is no extra space or unrecognizable characters as well. Please check the attached file.
    Attached Files Attached Files
    Last edited by excelguyb; 04-20-2021 at 03:51 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,192

    Re: MATCH returning #NA

    I think this is what you want ..

    =INDEX(Data!$B$2:$B$10,MATCH(A2,Data!$A$2:$A$10,0))

    or

    =VLOOKUP(A2,Data!$A$2:$B$10,2)

  3. #3
    Registered User
    Join Date
    03-17-2021
    Location
    India
    MS-Off Ver
    Microsoft 365
    Posts
    5

    Re: MATCH returning #NA

    Please try entering MATCH formula, it is returning #NA, this is the file I am working on.
    Attached Files Attached Files

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,025

    Re: MATCH returning #NA

    =IFERROR(INDEX('INDEX MATCH Master Emp List'!B:B,MATCH('INDEX MATCH Functions'!B3,'INDEX MATCH Master Emp List'!A:A,0)),"")

    There is no match for 1054.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Registered User
    Join Date
    03-17-2021
    Location
    India
    MS-Off Ver
    Microsoft 365
    Posts
    5

    Re: MATCH returning #NA

    Can you check the VLOOKUP tab, I am confused about where am I going wrong? there is an Index and Match as well, kindly see the Index Match tab as well.
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,192

    Re: MATCH returning #NA

    =IFERROR(VLOOKUP($B3,'Master Emp List'!$A$2:$I$38,2,0),"")

    Change 2 to 3 to reference column C (4 for D and 9 for I)
    Attached Files Attached Files
    Last edited by JohnTopley; 04-20-2021 at 05:03 AM.

+ 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] Problems with INDEX, MATCH, MATCH returning incorrect values
    By Paul103 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2018, 05:16 PM
  2. Replies: 11
    Last Post: 01-12-2016, 03:30 PM
  3. [SOLVED] Index Match Match returning incorrect value from table
    By DaveBre in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-04-2014, 08:01 PM
  4. [SOLVED] Using MATCH function but returning both unique instances of match
    By bigmantitus in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-09-2013, 07:29 PM
  5. Index Match based on 2 Criteria only returning 1 match
    By stsanders22 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-04-2012, 11:26 PM
  6. [SOLVED] Index & Match returning incorrect value. Arrays fixed and exact match used.
    By SDes in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-07-2012, 08:29 PM
  7. Code req for returning results of a close match if two other columns match exactly
    By davidparkes in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-23-2010, 12:00 PM

Tags for this Thread

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