+ Reply to Thread
Results 1 to 6 of 6

index and match function result from three way look up

  1. #1
    Forum Contributor
    Join Date
    07-23-2013
    Location
    bangalore
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    143

    index and match function result from three way look up

    dear expert

    i need excel formula to get result from three way lookup ( first two column and one multiple row value)

    set of table lookup thorugh three way criteria get result of months below ,



    find the attachment

    you may understand easily,,,,,
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: index and match function result from three way look up

    Hi,

    =INDEX($C$2:$I$9,MATCH(C14&D14,INDEX($A$2:$A$9&$B$2:$B$9,,),0),MATCH(G14,$C$1:$I$1,0))

    Regards
    Click * below if this answer helped

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

  3. #3
    Forum Contributor
    Join Date
    01-30-2013
    Location
    Wales
    MS-Off Ver
    Excel 2013
    Posts
    231

    Re: index and match function result from three way look up

    Put a helper column to the left of your table, insert column A

    Concatenate Region and Parts. So in A2 formula would be =B2&C2

    Get the result with the vlookup formula =VLOOKUP(D14&E14,A2:J9,MATCH(H14,B1:J1)+1,FALSE)

    Hope this helps

    Chris

  4. #4
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: index and match function result from three way look up

    What determines the value returned in Column G, since there may be two different results? Row 4-9027 and Row 8-6737?

  5. #5
    Forum Contributor
    Join Date
    07-23-2013
    Location
    bangalore
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    143

    Re: index and match function result from three way look up

    Thanks Alot XOR LX Perfect Formula.... Amazing Works Solved

  6. #6
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: index and match function result from three way look up

    You're welcome.

+ 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, ..... skip result if blank value ...... jump to next match
    By gehawk in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-08-2013, 04:42 AM
  2. [SOLVED] INDEX MATCH function returns result #N/A
    By morrisondan in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 04-22-2013, 03:01 PM
  3. [SOLVED] Index Match if result is not something
    By Jaron_t in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-19-2012, 01:19 PM
  4. index match result issue
    By cedarhill in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-20-2011, 01:18 PM
  5. Replies: 7
    Last Post: 06-09-2011, 05:25 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