+ Reply to Thread
Results 1 to 5 of 5

Vlookup Help

  1. #1
    Registered User
    Join Date
    04-17-2004
    Posts
    7

    Vlookup Help

    hey guys,
    i have a worksheet with names in col A and their correspoinding info in subsequent columns (col A has the names, col B has the phone numbers, etc)

    what i'd like to do is create another worksheet, and when someone types in a name from worksheet 1, all of their data from the entire row of worksheet 1 will appear in worksheet 2. does that make sense?

    if anyone can help i'd very much appreciate it. thanks!!

  2. #2
    Registered User
    Join Date
    04-17-2004
    Posts
    7
    but if any info changes in worksheet 1, is there a way that worksheet 2 will be updated accordingly?

  3. #3
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    You can use a VLOOKUP to accomplish this task. On sheet2, use Col. A for the input of the desired name and place the VLOOKUP formula in cols B and beyond.

    The formula in B1 would look something like this:

    =VLOOKUP($A$1,Sheet1!$A$1:$G$200,2,0) where A1:G200 is the range of your data and would pull the data from the 2nd column (phone #s). Copy this formula to the right as many columns as needed, and edit the '2' to 3 in col C, 4 in col D and so on.

    NOTE: with a Lookup, the name on Sheet2 will need to be entered EXACTLY as it appears in Sheet1. e.g. Robert Smith can't be entered as Bob Smith

    HTH
    Bruce
    The older I get, the better I used to be.
    USA

  4. #4
    Registered User
    Join Date
    04-17-2004
    Posts
    7
    thanks swats, worked perfectly!!

  5. #5
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Hi, Rich. Glad it worked for you. Thanks for the feedback.

    Cheers!

    Bruce

+ 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