Results 1 to 3 of 3

Thread: Is there a way to populate one sheet data from another in Excel

  1. #1
    Join Date
    Feb 2012
    Posts
    14

    Is there a way to populate one sheet data from another in Excel

    I have 2 sheets in the excel file. On the first sheet the first column is a part num only. The second sheet has part num on the first column and descriptions on the second column. I need a macro or script that will scan the second sheet for part num that matches the first sheet part num and populate the description(at the second column) on the first excel sheet.

  2. #2
    Join Date
    May 2011
    Posts
    410

    Re: Is there a way to populate one sheet data from another in Excel

    There is one way to do that. Assuming the reference data is in Sheet2, cols A and B col A = part#, col B = description in Sheet1 with col A containing part# in A2 down. Put in B2: =IF(ISNA(MATCH(A2,Sheet2!A:A,0)),"",VLOOKUP(A2,She et2!A:B,2,0)) then copy down Col B will return the descriptions corresponding to the part# in col A. Unmatched part#s will return blanks: "" .

  3. #3
    Join Date
    May 2011
    Posts
    448

    Re: Is there a way to populate one sheet data from another in Excel

    You can do that by giving a = and then linking the content from another sheet. Just type = and hit enter. In the same way you can simply drag the cell to get entire data from another sheet. If only = does not work you can use @ with it.

Similar Threads

  1. excel spread sheet data transfer help
    By elijah58 in forum Software Development
    Replies: 2
    Last Post: 29-08-2012, 04:24 PM
  2. Replies: 5
    Last Post: 25-02-2012, 11:09 AM
  3. How to add data in Excel when sheet protection is activated
    By Lanka Boy in forum Microsoft Project
    Replies: 2
    Last Post: 08-01-2012, 09:14 PM
  4. Parsing data in Excel Sheet
    By Ossi in forum Windows Software
    Replies: 4
    Last Post: 04-02-2011, 07:55 AM
  5. Identifying common data in an excel sheet
    By Hebrew in forum Windows Software
    Replies: 5
    Last Post: 25-12-2009, 06:57 PM

Tags for this Thread

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
  •  
Page generated in 1,713,484,773.31195 seconds with 17 queries