+ Reply to Thread
Results 1 to 9 of 9

Multiple Matches with INDEX Problem

  1. #1
    Forum Contributor
    Join Date
    12-08-2018
    Location
    pakistan
    MS-Off Ver
    2013-365
    Posts
    500

    Multiple Matches with INDEX Problem

    Hi All,

    i am using Index Match in cell c11 in my attached file to find out the rate but there is problem. i have to match three values then find Rate value from column L,M,and N. can anybody tell me how i can use three matches with INDEX formula? is there any other way to find this by Vlookup or IF conditions?

    Thanks.

    Majid
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Multiple Matches with INDEX Problem

    in C7
    =LOOKUP(2,1/((J$4:J$11=C7)*(K$4:K$11=C8)),IF(C6="Week",L$4:L$11,IF(C6="Week End",M$4:M$11,N$4:N$11)))
    in C8
    =LOOKUP(2,1/((P$4:P$11=C9)*(Q$4:Q$11=C10)),IF(C6="Week",R$4:R$11,IF(C6="Week End",S$4:S$11,T$4:T$11)))
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    12-08-2018
    Location
    pakistan
    MS-Off Ver
    2013-365
    Posts
    500

    Re: Multiple Matches with INDEX Problem

    Thanks Special-L,
    Fantastic, perfect, can you tell me, is it possible by INDEX match formula?
    Thanks

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Multiple Matches with INDEX Problem

    Think so, but you have the solution, and I don't have to time to test INDEX/MATCH. Just use the LOOKUP formula.

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: Multiple Matches with INDEX Problem

    For C6 how about
    =INDEX($J$4:$N$12,MATCH(C6&"|"&C7,INDEX($I$4:$I$12&"|"&$J$4:$J$12,0),0),MATCH(C6,$J$3:$N$3,0))

  6. #6
    Forum Contributor
    Join Date
    12-08-2018
    Location
    pakistan
    MS-Off Ver
    2013-365
    Posts
    500

    Re: Multiple Matches with INDEX Problem

    Thanks to reply Fluff13,
    your formula is giving results 110 but actual is 80. C6, C7 and C8 also criteria.

  7. #7
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: Multiple Matches with INDEX Problem

    I should have said that formula was for C11 not C6, but it returned 130, which is what Special-K's formula returned & you said was correct.
    This also returns 130
    =INDEX($J$4:$N$12,MATCH(C7&"|"&C8,INDEX($J$4:$J$12&"|"&$K$4:$K$12,0),0),MATCH(C6,$J$3:$N$3,0))

  8. #8
    Forum Contributor
    Join Date
    12-08-2018
    Location
    pakistan
    MS-Off Ver
    2013-365
    Posts
    500

    Re: Multiple Matches with INDEX Problem

    This is perfect Fluff13,
    Thanks a lot, its cheers,
    your previous formula post #5, when i changed room type then its not working but last one perfect.
    thanks boss Special-K and Fluff13,
    Thanks

  9. #9
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: Multiple Matches with INDEX Problem

    Glad to help & thanks for the feedback

+ 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. Multiple matches in Index
    By cyril12345 in forum Excel General
    Replies: 1
    Last Post: 07-31-2014, 01:19 PM
  2. [SOLVED] Index Match - multiple criteria & multiple matches
    By suwandy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-03-2013, 10:16 PM
  3. Index/Match multiple sheets multiple matches
    By matt1971 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-28-2013, 06:49 AM
  4. [SOLVED] INDEX MATCH array formula that matches substring n gives multiple matches
    By bkwins in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-12-2013, 04:57 AM
  5. Replies: 4
    Last Post: 07-18-2012, 02:34 PM
  6. Index Match Problem for multiple matches
    By Coldsteel in forum Excel General
    Replies: 3
    Last Post: 09-13-2010, 10:29 AM
  7. INDEX Multiple matches
    By deftones200 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-09-2007, 10:06 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