+ Reply to Thread
Results 1 to 4 of 4

Populate from separate sheet

  1. #1
    Registered User
    Join Date
    09-08-2018
    Location
    Alaska
    MS-Off Ver
    2010 Pro
    Posts
    6

    Populate from separate sheet

    I have 2 spreadsheets. I need to populate a blank column on one sheet from a populated column on the second sheet. The common number is column 1 , PAN. The source sheet has column B , street address. The end sheet has column D blank. That needs to be populated from column B on the first sheet using column a, PAN, as the common entry.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Populate from separate sheet

    I would look into either vlookup or index/match for that. It is difficult to tell which you might need and how discrete your data is (like are there duplicates in one column but having different values to return in the other). You might consider posting a sample workbook with what you have (desensitized of course) AND your expected results and an actual formula could be devised for you.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    09-08-2018
    Location
    Alaska
    MS-Off Ver
    2010 Pro
    Posts
    6

    Re: Populate from separate sheet

    Thanks for the answer. What I need to do is to extract column B , full_address, from sheet 1 and postulate column D, Street_Address on sheet 2. The common, or match, on both sheets is column A, PAN.
    Attached Files Attached Files

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Populate from separate sheet

    this would be one way in cell D2 of Sheet2 dragged down...
    =VLOOKUP(A8,'Sheet1'!$A:$B,2,FALSE)
    for it to work you would need both sheets open.
    So, an option is to open both workbooks, use the vlookup to bring over the values, then use copy >> paste special >> values then close the sheet 1 workbook.

    this article will show you ways to reference closed files...
    https://www.extendoffice.com/documen...ened-file.html

+ 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. Populate data from multiple sheets into 1 separate sheet
    By Hangenniu in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-21-2017, 12:23 AM
  2. Populate Cells based on Separate Sheet
    By Meteorain in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2017, 05:50 AM
  3. [SOLVED] Use 2 separate rows to populate data in a separate table....
    By Sbenn316 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-31-2017, 11:38 AM
  4. [SOLVED] Match Multiple Columns from Separate Sheet to get separate column.
    By gvitoro in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-19-2014, 03:38 PM
  5. Help: Auto Populate Data Needed on Separate Sheet
    By alyasMadam in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-06-2013, 11:28 AM
  6. Replies: 2
    Last Post: 08-04-2010, 07:36 PM
  7. Replies: 2
    Last Post: 04-27-2010, 01:09 PM

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