+ Reply to Thread
Results 1 to 5 of 5

Need help using Index and Match for table lookup with 2 criteria matching

  1. #1
    Registered User
    Join Date
    03-13-2008
    Posts
    87

    Need help using Index and Match for table lookup with 2 criteria matching

    Hello there,

    I posted at the end of another post I started, but I think it may classify as a new question.

    I'm trying to get cell F16 in my attached file to reflect the price in the table above if the numbers in D16 and E16 match the criteria.

    This is the formula I'm using:
    Please Login or Register  to view this content.
    Thanks in advance,
    Lorne
    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,938

    Re: Need help using Index and Match for table lookup with 2 criteria matching

    change your formula to...
    =INDEX($B$3:$K$9,MATCH($E$16,$B$3:$B$9,0),MATCH($D$16,$B$3:$K$3,0))

    the 1st part of your index was correct, but you need to match() functions - 1 for the row and 1 for the column
    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
    Registered User
    Join Date
    03-13-2008
    Posts
    87

    Re: Need help using Index and Match for table lookup with 2 criteria matching

    That worked great! Thank you! I knew I was close

  4. #4
    Registered User
    Join Date
    03-13-2008
    Posts
    87

    Re: Need help using Index and Match for table lookup with 2 criteria matching

    Also, this is a solution where I just need to hit enter.

    Please Login or Register  to view this content.

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Need help using Index and Match for table lookup with 2 criteria matching

    I really don;t understand why you send same question twice.

    Yesterday we tried hard some people to help you.

    So this is a duplicate post!

    http://www.excelforum.com/excel-form...onditions.html
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  6. #6
    Registered User
    Join Date
    03-13-2008
    Posts
    87

    Re: Need help using Index and Match for table lookup with 2 criteria matching

    Sorry Fotis,

    I've been yelled at before for posting a second question on a thread that had a different topic, so since we changed the equation and the solution changed from the earlier solutions on the other post, I thought after posting it I should probably post another one.

    I have been actively involved and thankful for everyone's help! Sorry to duplicate posts, and thanks for the help from all! These forums really are great
    Lorne

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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