+ Reply to Thread
Results 1 to 3 of 3

type name and number populates in different cell

  1. #1
    Registered User
    Join Date
    05-17-2010
    Location
    Raleigh, NC
    MS-Off Ver
    Excel 2003
    Posts
    6

    type name and number populates in different cell

    I have a question if anyone can help it would be greatly appreciated.
    I am trying to set up excel 2003 so if I enter a name in one cell the number assigned to the name automatically poplulates in the adjacent cell.

    ie. name is assigned #1
    A1 type Name
    B1 the #1 populates automatically

    Again thanks for the help!!

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: type name and number populates in different cell

    Aspctr, welcome to the forum.

    In one area of your spreadsheet, build a table. In one column put the names. In the column next to the names, put the number associated with each name. If that table starts in X1 with the first name and ends in cell Y20 with the number of the last name, you can then use Vlookup.

    Enter a name in A1. In B1 put this formula:

    =vlookup(A1,$X$1:$Y$20,2,False)

    Now B1 will show the number if the name is found in the list. If the name is not found, the formula will return a #N/A error.

    cheers

  3. #3
    Registered User
    Join Date
    05-17-2010
    Location
    Raleigh, NC
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: type name and number populates in different cell

    Awesome!! Worked thanks for the quick response and help

+ 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