+ Reply to Thread
Results 1 to 3 of 3

Vlookup

  1. #1
    Registered User
    Join Date
    04-23-2010
    Location
    tripoli
    MS-Off Ver
    Excel 2010
    Posts
    11

    Vlookup

    Dear all:

    i need your help to get a formula to lookup for some values.

    Please check atachment for more information.

    Example:

    Sheet 1
    A1: TOM B1: 3
    A2: ADAM B2: 5
    A3 SARA B3: 30
    A4: SAMI B4: 70

    Sheet 2:
    A1: SARA B1: (i want formula to lookup for A1 and get B3 from Sheet 1)
    Thanks a lot.
    Attached Files Attached Files
    Last edited by troy_yy; 05-05-2010 at 03:27 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,645

    Re: Vlookup

    Hre, try this:


    =INDEX(Data!G:G;MATCH(A2;Data!B:B;0))

    or

    =INDEX(Data!G:G, MATCH(A2, Data!B:B, 0))

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,493

    Re: Vlookup

    =VLOOKUP(A2,Data!$B$2:$C$214,2,0)

+ 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