+ Reply to Thread
Results 1 to 3 of 3

INDEX-MATCH With 3 criteria

  1. #1
    Registered User
    Join Date
    03-08-2021
    Location
    USA
    MS-Off Ver
    2016
    Posts
    1

    INDEX-MATCH With 3 criteria

    Hi - can anyone help with the if/ index/ match formula, to look up the rate for a given person for a given day of the week. Sample Data is attached data. If I have a sale person's name, how do I look up their rate for any given day?
    Example: Example, I'm looking for a formula that returns 0.07 - Sarah Cooper's rate for Thursday's Sales - see attached. Thank you!
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: INDEX-MATCH With 3 criteria

    Try this....
    E
    F
    22
    Sarah
    0.07
    23
    Cooper
    24
    Thur


    F22=INDEX($E$5:$I$14,MATCH(E22&E23,INDEX($B$5:$B$14&$C$5:$C$14,)),MATCH(E24,$E$4:$I$4,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: INDEX-MATCH With 3 criteria

    ...or:

    =SUMPRODUCT(($B$5:$B$14="Sarah")*($C$5:$C$14="Cooper")*($E$4:$I$4="THUR")*$E$5:$I$14)
    Quang PT

+ 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. VBA function to match multiple criteria faster than vlookup or index match
    By bkav1991 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 11-09-2020, 09:14 AM
  2. Replies: 1
    Last Post: 03-01-2020, 10:36 PM
  3. [SOLVED] Combining INDEX/MATCH with several criteria and INDEX/SMALL
    By Dresas in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-15-2018, 11:02 AM
  4. VBA Code for Index/Match/Match to input into excel based on 2 criteria inside form
    By Carl Fisher in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-22-2017, 12:11 PM
  5. [SOLVED] Combining 3 Formulas: Return all Names that Match Criteria Using Index/Match
    By bchilme in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-29-2014, 09:28 AM
  6. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  7. Replies: 6
    Last Post: 04-30-2014, 02:42 AM

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