+ Reply to Thread
Results 1 to 3 of 3

vlookup with 2 values

  1. #1
    Registered User
    Join Date
    12-18-2004
    Location
    MUMBAI-INDIA
    Posts
    11

    vlookup with 2 values

    I want to use vlookup function , and lookup 2 values at a time.
    Is it possible with Vlookup or any other reference/lookup functions.

    Pls suggest.

    Thanks in advance

  2. #2
    Biff
    Guest

    Re: vlookup with 2 values

    Hi!

    Providing some (any!) detail would help!

    A basic formula for multiple lookup values:

    =INDEX(C1:C10,MATCH(1,(A1:A10=Lookup_1)*(B1:B10=Lookup_2),0))

    Array entered using the key combo of CTRL,SHIFT,ENTER.

    You may not even need a lookup formula but without details how are we
    supposed to know?

    Biff

    "NITESH G" <NITESH.G.1y61da_1131432601.3839@excelforum-nospam.com> wrote in
    message news:NITESH.G.1y61da_1131432601.3839@excelforum-nospam.com...
    >
    > I want to use vlookup function , and lookup 2 values at a time.
    > Is it possible with Vlookup or any other reference/lookup functions.
    >
    > Pls suggest.
    >
    > Thanks in advance
    >
    >
    > --
    > NITESH G
    > ------------------------------------------------------------------------
    > NITESH G's Profile:
    > http://www.excelforum.com/member.php...o&userid=17590
    > View this thread: http://www.excelforum.com/showthread...hreadid=483041
    >




  3. #3
    Bob Phillips
    Guest

    Re: vlookup with 2 values

    =INDEX(C:C,MATCH(val1&val2,A1:A100&B1:B1000,0)

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "NITESH G" <NITESH.G.1y61da_1131432601.3839@excelforum-nospam.com> wrote in
    message news:NITESH.G.1y61da_1131432601.3839@excelforum-nospam.com...
    >
    > I want to use vlookup function , and lookup 2 values at a time.
    > Is it possible with Vlookup or any other reference/lookup functions.
    >
    > Pls suggest.
    >
    > Thanks in advance
    >
    >
    > --
    > NITESH G
    > ------------------------------------------------------------------------
    > NITESH G's Profile:

    http://www.excelforum.com/member.php...o&userid=17590
    > View this thread: http://www.excelforum.com/showthread...hreadid=483041
    >




+ 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