+ Reply to Thread
Results 1 to 5 of 5

help with index/match with multiple criterias alongwith dates !

  1. #1
    Forum Contributor
    Join Date
    06-03-2010
    Location
    Jeddah, Saudi Arabia
    MS-Off Ver
    Excel 2013
    Posts
    135

    help with index/match with multiple criterias alongwith dates !

    hi to all experts,,,

    here I am trying to develop a formula with the help of Index & match that criteria of Sheet matches with the criteria of sheet Data as follows :

    I want a formula at sheet name "Result" at cell "B5" if the "B3", "B4" & "A5" matches the value of Data sheet then I should get result as 5 and follows the other cells too.

    to define this formula I tried an array with index but could not work it seems.

    =+INDEX(Data!$C$3:$R$20,MATCH(1,(Result!B4=Data!$B$3:$B$20)*(Result!B3=Data!$A$3:$A$20)*(Result!A5=Data!$C$2:$R$2),0))

    for reference i attached the example sheet.

    thanks in advance.....
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: help with index/match with multiple criterias alongwith dates !

    Here's one option:

    B5 =SUMPRODUCT((Data!$A$3:$A$20=B$3)*(Data!$B$3:$B$20=B$4)*(Data!$C$2:$R$2=$A5)*(Data!$C$3:$R$20))

    or

    =INDEX(Data!$C$3:$R$20,INDEX(MATCH(B$3&B$4,Data!$A$3:$A$20&Data!$B$3:$B$20,0),0),MATCH($A5,Data!$C$2:$R$2,0))
    Last edited by 63falcondude; 01-04-2019 at 02:47 PM.

  3. #3
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: help with index/match with multiple criterias alongwith dates !

    You can try...
    =INDEX(Data!$C$3:$R$20,MATCH(B$3&B$4,Data!$A$3:$A$20&Data!$B$3:$B$20,0),MATCH($A5,Data!$C$2:$R$2,0))

    Confirmed as array (CTRL + SHIFT + ENTER)

    EDIT: Alternately below non-array method.
    =INDEX(INDEX(Data!$C$3:$R$20,,MATCH($A5,Data!$C$2:$R$2,0)),AGGREGATE(15,6,ROW($3:$20)/(Data!$A$3:$A$20=B$3)/(Data!$B$3:$B$20=B$4),1)-2)
    Last edited by CK76; 01-04-2019 at 02:51 PM.
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  4. #4
    Forum Contributor
    Join Date
    06-03-2010
    Location
    Jeddah, Saudi Arabia
    MS-Off Ver
    Excel 2013
    Posts
    135

    Re: help with index/match with multiple criterias alongwith dates !

    Thanks guys.......its working.


    i really appreciate

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: help with index/match with multiple criterias alongwith dates !

    You're welcome. Glad we could help.

+ 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. Replies: 3
    Last Post: 11-17-2018, 02:37 PM
  2. Replies: 6
    Last Post: 02-23-2018, 07:09 PM
  3. [SOLVED] INDEX MATCH with OR multiple criterias
    By Dahlia in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-24-2017, 11:26 AM
  4. [SOLVED] Index match multiple criterias
    By salimnore in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-27-2015, 07:24 PM
  5. [SOLVED] Index-Match-(or Vlookup) for Multiple criterias.
    By Anatawan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-10-2014, 02:38 AM
  6. [SOLVED] INDEX & MATCH w multiple criterias?
    By Eemmai in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-24-2012, 05:20 AM
  7. index match based on multiple criterias
    By jw01 in forum Excel General
    Replies: 4
    Last Post: 09-13-2011, 02:21 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