+ Reply to Thread
Results 1 to 6 of 6

importing data from one sheet to another

  1. #1
    Registered User
    Join Date
    10-12-2012
    Location
    Cleveland, Ohio
    MS-Off Ver
    Excel 2007
    Posts
    3

    importing data from one sheet to another

    Hi all. I am trying to import data from sheet 2 to sheet 1of the same book based on matching data in column a on both sheets. sheet 2 is sorted alphabetically by column a while sheet 1 is sorted using different criteria. I want to import the value in column b of sheet 2 into sheet 1 with matching data in column a into the corresponding row placing the data in column c.. can anyone help?

    Thanks
    Greg

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: omporting data from one sheet to another

    look into index/match


    Formula: copy to clipboard
    Please Login or Register  to view this content.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    10-12-2012
    Location
    Cleveland, Ohio
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: omporting data from one sheet to another

    Hello again. I think I need to be more clear on how the spreadsheets are linked. Column A of both sheets have names. In sheet one, they are arranged by type, in sheet 2 they are alphabetical. I want to be able to pull the value from column b of sheet 2 for each particular matching name in column A into the corresponding row of column c. The previous index/match example did not work. I may have done it wrong, but I checked a couple times.

    Thanks.
    Greg

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: omporting data from one sheet to another

    If you could attach a sample workbook and indicate the expected outcome this surely will help us to analyze your query, thanks.

  5. #5
    Registered User
    Join Date
    10-12-2012
    Location
    Cleveland, Ohio
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: importing data from one sheet to another

    I have attached a sample and color coded the columns that need to import from sheet 2 to sheet 1 according to the item name. Any help would be greatly appreciated.

    Thanks
    Greg
    Attached Files Attached Files

  6. #6
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: importing data from one sheet to another

    =INDEX(Sheet1!$D$2:$D$8,MATCH(A3,Sheet1!$A$2:$A$8,0)) - fill down

    change color of the fonts to black

+ 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