+ Reply to Thread
Results 1 to 5 of 5

Linking a name to a number

  1. #1
    Registered User
    Join Date
    02-12-2013
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    4

    Linking a name to a number

    Sorry if this is extremely simple i just cant get my head around it.....

    On one sheet I have a list of names and numbers next to them i.e.

    1,Paul
    2,Sam
    3,James

    On sheet 2 I want to type number 1 in a cell and paul pops up in the cell next to it

    Please help!!

  2. #2
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520

    Re: Linking a name to a number

    One way
    Assume your source data as indicated is in Sheet1, in cols A and B, where col A = nums, col B = names
    In Sheet2,
    Your list of nums is running in A2 down
    Put this in B2: =VLOOKUP(A2,Sheet1!A:B,2,0)
    Copy down
    ----------------
    Any worth? Hit the little star at the bottom left of my responses

  3. #3
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Linking a name to a number

    Hi buzza182

    VLOOKUP, see the attached file.
    Attached Files Attached Files
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

  4. #4
    Registered User
    Join Date
    02-12-2013
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Linking a name to a number

    Perfect thanks to the both of you!!

    just so i understand what does the ,2,0) bit mean???

  5. #5
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Linking a name to a number

    Hi

    2 is the column in which the value to be returned is in and range lookup, 0 = exact match. see the link below.

    http://www.myonlinetraininghub.com/e...ulas-explained

+ 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