+ Reply to Thread
Results 1 to 7 of 7

Incorrect output index-match

  1. #1
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Incorrect output index-match

    Hi friends,

    I want to get a value in column 'AL' designation.
    The formula is giving error n/a.
    Any help will be highly appreciated.
    Thanking you,
    Attached Files Attached Files
    Sincerely,

    mso3

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,564

    Re: Incorrect output index-match

    If you run "Evaluate formula" on Personal!AL9 you see that the #NA throws when it tries to match 1, from Personal!B9, with a value from Information!CR3:CR30 where it does not find a corresponding 1. I you want the cell to display something else you could wrap your formula in IFERROR something along the lines of
    Please Login or Register  to view this content.
    I am also changing the formula itself because there was an un-needed Index that was causing some different problems.

    Let me know if you have any questions.
    Last edited by JeteMc; 08-01-2015 at 09:01 AM. Reason: Change formula add explanation

  3. #3
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Re: Incorrect output index-match

    No, it's not giving correct output.

    It's showing Vice President for most of the members.

    Please see attached workbook for your reference.

    Thank you.
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,564

    Re: Incorrect output index-match

    That was the "different problem" that I mentioned as being caused by the un-needed Index. Here is the file using the formula from post #2.

    Copy of NA error.xlsm

    Let me know if this works for you.

  5. #5
    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,206

    Re: Incorrect output index-match

    IFERROR(INDEX(Information!$CT$3:$CT$30,MATCH(Personal!$B9,INDEX(Information!$CR$3:$CR$30,0))),"No Match")

    MATCH should have 0 as Match Type

  6. #6
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Re: Incorrect output index-match

    Hi JeteMc,
    Sorry! I didn't saw the post 2 which you have edited. I simply copy the formula from the mail I received and paste it in the file.

    It's working fine in the post 2 itself which I skipped and prolong the thread.

    Sorry for trouble.

    Thank you for kind assistance.

    Have a nice day!

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,564

    Re: Incorrect output index-match

    Not a problem at all and thank you for the feedback. Hope that you have a nice day also.

+ 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] INDEX MATCH Multiple Output with Partial Match
    By Ray Storm in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-02-2015, 12:05 AM
  2. [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
  3. Index-Match Formula is pulling incorrect value
    By wghalim in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-17-2014, 08:16 AM
  4. [SOLVED] Index Match returning incorrect values
    By SomeDude0nline in forum Excel General
    Replies: 2
    Last Post: 07-23-2014, 10:20 AM
  5. Index match returning incorrect values
    By Mrpussalia in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-23-2014, 10:55 PM
  6. Index Match returning incorrect date
    By cartman88 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-04-2013, 05:34 AM
  7. [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

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