+ Reply to Thread
Results 1 to 3 of 3

Thread: match values

  1. #1
    Registered User
    Join Date
    03-29-2008
    Posts
    4

    match values

    Hi,

    Please view the attached picture. I think this is really simple.

    Sheet 2 contains the given values

    In Sheet 1, Column B (returned age) should return the corresponding value in Sheet 2. I am unable to use vlookup since Column A in Sheet 1 doesn't exactly match what's already given in Sheet 2.

    For example, eddie smith is 28 years old (in sheet 2). If I type "eddie" in Sheet1, Column A, Column B should automatically come up with "28"

    Please help.

    Thanks!!!
    Attached Images Attached Images

  2. #2
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,057
    You could use VLOOKUP with a wildcard, i.e.

    =VLOOKUP(A2&"*",sheet2!A$2:B$5,2,0)

  3. #3
    Registered User
    Join Date
    03-29-2008
    Posts
    4
    It's exactly what I needed.

    Thanks!

+ 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.2.0