+ Reply to Thread
Results 1 to 3 of 3

Index-Match-(or Vlookup) for Multiple criterias.

  1. #1
    Registered User
    Join Date
    01-31-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    10

    Index-Match-(or Vlookup) for Multiple criterias.

    Hello Excel Gurus,

    Would like to seek your help in getting a formula that will generate the corresponding rating attached to a row value and columns header as per below example:

    EnglishSS1 EnglishSS2 EnglishSS3 Rating
    10 20 30 3
    20 30 40 2
    30 40 50 1

    Where my variables would be based on whether a person is under EnglishSS1 and getting a score of <=10, the resulting rating would be 3. I know this is doable by doing a vlookup with a range lookup value of false. However I have roughly 70 column headers and it will be a bit taxing to combine an If and Vlookup statement to address it.

    I have attached a sample sheet for reference.

    I thank you all very much in advance for your awesomeness!
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Index-Match-(or Vlookup) for Multiple criterias.

    In B11

    =INDEX($AK$2:$AK$5,MATCH(TRUE,INDEX((INDEX($B$2:$AJ$5,,MATCH(B9,$B$1:$AJ$1,0))>=B10),),0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    01-31-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Index-Match-(or Vlookup) for Multiple criterias.

    thank you very much!

+ 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 with two Criterias
    By Locust in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-20-2013, 11:40 AM
  2. Replies: 13
    Last Post: 12-13-2012, 11:44 AM
  3. [SOLVED] INDEX & MATCH w multiple criterias?
    By Eemmai in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-24-2012, 05:20 AM
  4. INDEX & MATCH, 3 criterias, multiple sheets
    By Jaakkolo in forum Excel General
    Replies: 15
    Last Post: 07-04-2012, 02:16 AM
  5. 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