+ Reply to Thread
Results 1 to 5 of 5

Vlookup for two lookup values

  1. #1
    Registered User
    Join Date
    12-17-2011
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    81

    Vlookup for two lookup values

    Dear Friends

    i want a vlookup formula or match with two lookup value i.e.

    Sheet2 A2&B2 lookup values & sheet1 table arrey (A:E) data should be copied of column E

    See attached workbook for further information.
    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: Vlookup for two lookup values

    Use this array formula..

    =INDEX(Sheet1!$E$2:$E$9,MATCH(A2&B2,Sheet1!$A$2:$A$9&Sheet1!$B$2:$B$9,0))

    Confirm with Ctrl+Shift+Enter and not just Enter
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    12-17-2011
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    81

    Re: Vlookup for two lookup values

    Wow

    Working Perfect Awesome

    Thanks you very much

    Reputation Added

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Vlookup for two lookup values

    non array
    =INDEX(Sheet1!$E$2:$E$9,MATCH(A2&B2,index(Sheet1!$A$2:$A$9&Sheet1!$B$2:$B$9,0),0)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Registered User
    Join Date
    12-17-2011
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    81

    Re: Vlookup for two lookup values

    simply Awesome
    Thank you

+ 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