+ Reply to Thread
Results 1 to 4 of 4

Index Match for multiple criteria and MAX

  1. #1
    Registered User
    Join Date
    09-24-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Index Match for multiple criteria and MAX

    Hello, and many thanks to the experts here. I have searched the forums and Google for hours and can't come up with a formula that works for me. I'm sure it's a combination of INDEX/MATCH or something.

    In the green fields below (column M), I need to insert my formula.

    0001.PNG

    It will reference data in another spot:

    0002.PNG

    This second range shows ratings based on cost scales. For Group 1, if the cost is $0.00 up to $1,000.00, the rating is 3.00. From $1000 to $10000, the rating is 2.50. You can see that $100,000 and beyond is rated 1.75 for group 1.

    My formula needs to look in column L for the group, find that group in column O, and based on the cost in column K, get the rating from my reference area.

    Please note that I'm dealing with a pretty large data set, and I can't use array formulas or my computer will explode.

    The data in columns K,L,M is in a table in my real workbook, in case that matters.

    Many thanks for the immense help that everyone always is! Please guide me if I've done something wrong for the forum rules; I'm new and tried to follow the posting guide.

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Index Match for multiple criteria and MAX

    I am a bit fuzzy on the requirement but it does look like COUNTIFS would work or maybe even a pivot table.

    If you can provide an abbreviated version of your workbook,it would help us help you.
    Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Index Match for multiple criteria and MAX

    Hi,

    Would something like this work for you:

    Excel 2016 (Windows) 64 bit
    K
    L
    M
    N
    O
    P
    Q
    1
    Cost Group Rating Group Min Scale Rating
    2
    25
    1
    3
    1
    0
    3
    3
    250000
    1
    1.75
    1
    1000
    2.5
    4
    15000
    1
    2.25
    1
    10000
    2.25
    5
    11000
    3
    1.75
    1
    100000
    1.75
    6
    1234
    3
    2
    2
    0
    2.5
    7
    5400
    5
    2.75
    2
    1000
    1.5
    8
    110000
    1
    1.75
    3
    0
    2
    9
    32456
    3
    1.75
    3
    10000
    1.75
    10
    1
    1
    3
    3
    100000
    1.5
    11
    75000
    2
    1.5
    5
    0
    2.75
    12
    62000
    6
    2.15
    6
    0
    2.15
    13
    7
    0
    1
    Sheet: Sheet37

    Excel 2016 (Windows) 64 bit
    M
    2
    =VLOOKUP(K2,CHOOSE(L2,P$2:Q$5,P$6:Q$7,P$8:Q$10,,P$11:Q$11,P$12:Q$12,P$13:Q$13),2,1)
    Sheet: Sheet37

    Formula copied down.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Index Match for multiple criteria and MAX

    In the event that the size of the groups in O, P Q are not static this in M2 and filled down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

+ 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 with multiple criteria and date criteria
    By snolem75 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2018, 03:51 PM
  2. Replies: 16
    Last Post: 01-05-2018, 11:04 PM
  3. Index and match - multiple possible match criteria
    By JDobbsy1987 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-01-2017, 01:52 PM
  4. Need help in Index, Match usage to match multiple criteria in sum function
    By Summer0830 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2017, 02:47 AM
  5. Index/Match to Match entries on multiple criteria
    By manning457 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-06-2015, 02:32 PM
  6. [SOLVED] Index Match with Multiple Criteria Using Same Criteria Column
    By rominjn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-05-2015, 11:34 AM
  7. Replies: 2
    Last Post: 09-27-2014, 04:34 PM

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