+ Reply to Thread
Results 1 to 4 of 4

Help with multiple criteria look-up!

  1. #1
    Registered User
    Join Date
    02-08-2013
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    25

    Help with multiple criteria look-up!

    I'm trying to lookup column A and column H in the first tab in the table on the second tab.

    Please see attached. This is the formula I've come up with but it's not working. I feel like I'm close though.

    {=INDEX('Rate Chart'!$A$1:$K$151,MATCH('2day'!A2&'2day'!H2,'Rate Chart'!$A$2:$A$151&'Rate Chart'!$B$1:$D$1,0))}

    So for the first row, I want it to return 14.99.

    For the second row, I want it to return 8.49

    Can someone please help? Would highly appreciate it.

    -S

    Lookup Multiple Criteria.xlsx

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Help with multiple criteria look-up!

    Try in K2 copied down...

    =INDEX('Rate Chart'!$B$2:$K$151,MATCH(A2,'Rate Chart'!$A$2:$A$151,0),MATCH(H2+0,'Rate Chart'!$B$1:$K$1,0))
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    02-08-2013
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: Help with multiple criteria look-up!

    Thanks so much!

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Help with multiple criteria look-up!

    You are very welcome and thanks for the feedback.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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