+ Reply to Thread
Results 1 to 3 of 3

Trying to pull info from a list of names on one sheet to another list of names on another

  1. #1
    Registered User
    Join Date
    01-07-2015
    Location
    USA
    MS-Off Ver
    2007
    Posts
    2

    Trying to pull info from a list of names on one sheet to another list of names on another

    Hello,

    First time poster and low/moderate Excel skill level. I have a workbook with 2 worksheets. Worksheet 1 contains a list of names. Worksheet 2 contains a list of names that includes the names on Worksheet 1 and also includes data in other columns about those names. I am trying to create a formula that allows me to accomplish the following (not in Excel language): If text in column A of Worksheet 1 is the same as text in column A of Worksheet 2, then import data from column C of Worksheet 2 found in the same row as the text in Worksheet 2 that equaled the text from column A of Worksheet 1.

    I had been trying to accomplish this with an IF formula that was =IF(A1='Worksheet 2 A1:A100','Worksheet 2 C1:C100',0). That doesn't work. I'm thinking this may be VLOOKUP, which is where my expertise on Excel ends.

    Any help would be much appreciated!

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Trying to pull info from a list of names on one sheet to another list of names on anot

    Hi, welcome to the forum

    Take a look at using the VLOOKUP() finction for this, something like...

    =VLOOKUP(A1,'Worksheet 2 $A$1:$C$100,3,0)
    3 is for the 3rd column
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    01-07-2015
    Location
    USA
    MS-Off Ver
    2007
    Posts
    2

    Re: Trying to pull info from a list of names on one sheet to another list of names on anot

    Thank you. Shortly after posting this, I got it to work. I just had never used VLOOKUP before, so that was a new one for me. Now I know just enough to be dangerous!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. From A Table Of Names And Birth Dates Pull A List Of Names As Of A Reference Date And Ther
    By rahuleyes in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 17
    Last Post: 11-27-2014, 03:44 PM
  2. [SOLVED] Draw random names from list and then remove, carry on till no names left in list
    By dave1983 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-26-2014, 12:14 PM
  3. Replies: 2
    Last Post: 12-20-2013, 04:01 AM
  4. Replies: 0
    Last Post: 02-06-2013, 10:40 AM
  5. Replies: 1
    Last Post: 11-27-2008, 11:11 AM

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