+ Reply to Thread
Results 1 to 5 of 5

INDEX MATCH MATCH not working

  1. #1
    Registered User
    Join Date
    06-18-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    5

    INDEX MATCH MATCH not working

    Hi friends,

    I'm trying to get the first column duplicated in a second column using the correct INDEX MATCH MATCH formula.

    So for example, the below should match

    1 2 3 4 5 6 7 8 9 10 11
    UNITED KINGDOM B2 C2 D2 E2 F2 G2 H2 I2 J2 K2 L2

    But as you can see the second table, the formula is not matching the data correctly. I'm using the INDEX MATCH MATCH because I'm trying to look up both the horizontal (numbers 1 through 11) and vertical (name of country) components.

    1 2 3 4 5 6 7 8 9 10 11
    UNITED KINGDOM B33 C33 D33 E33 F33 G33 H33 I33 J33 K33 L33


    My attempted solution

    =INDEX($B$2:$L$33,MATCH($P2,$A$2:$A$33),MATCH(Q$1,$B$1:$L$1))


    Any help would be appreciated to get this sample working, if I can get this to work, I can use it on a more complex data set.
    Attached Files Attached Files

  2. #2
    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,499

    Re: INDEX MATCH MATCH not working

    try it with the 0 at the end... =INDEX($B$2:$L$33,MATCH($P2,$A$2:$A$33,0),MATCH(Q$1,$B$1:$L$1,0))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: INDEX MATCH MATCH not working

    how about
    =INDEX($B$2:$L$33,MATCH($P2,$A$2:$A$33,0),MATCH(Q$1,$B$1:$L$1,0))
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  4. #4
    Registered User
    Join Date
    06-18-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: INDEX MATCH MATCH not working

    Thank you for the help gents! much appreciated

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: INDEX MATCH MATCH not working

    you are welcome

+ 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. index match match match only working in part
    By Dorado99 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-01-2021, 05:44 AM
  2. [SOLVED] Why is my index match match not working
    By devil84 in forum Excel General
    Replies: 5
    Last Post: 10-23-2021, 12:46 PM
  3. Index Match Match for pricing matrix not working
    By ADR90 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-30-2020, 12:01 AM
  4. Index Match Match - 2 x Vertical Lookups - Not working as it should
    By seash in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-11-2016, 09:58 AM
  5. [SOLVED] Working INDEX MATCH with SEARCH, but I need to add another MATCH to the formula!
    By DaveBre in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-11-2014, 01:03 AM
  6. INDEX MATCH MATCH working great and then failing on me.
    By HeikEve in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-25-2013, 01:40 PM
  7. Replies: 2
    Last Post: 05-24-2013, 09:32 AM

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