+ Reply to Thread
Results 1 to 5 of 5

Append data from row of one workbook to row from another workbook

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Append data from row of one workbook to row from another workbook

    Hi,

    I have 2 workbooks each with 1 sheet.

    The commonality between these 2 workbooks is that each row has a unique identifier.
    I would like Excel to append the data from one row to that of the other if the identifier matches.
    I also would like to be able to say from which date onwards it should try to match identifiers so that it doesn't overwirte old ones.

    Appended data should be added into the correct row in column CT onwards.

    It would also be great that if in workbook2 the identifier was named "U", a new row would be created in workbook1 that started in CT with that information.

    I have attached an example workbook with desired outcome

    Thanks in advance
    Attached Files Attached Files
    Last edited by dip11; 09-11-2012 at 08:02 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: Append row from one workbook to row from another workbook

    Anyone able to help please?

    Let me know if something's unclear so we can work towards a solution together.
    Really would like some assistance as I have no clue how to do this as a loop with an input box and all.

  3. #3
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: Append data from row of one workbook to row from another workbook

    Any insights please?

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Append data from row of one workbook to row from another workbook

    So as long as the entry in column AT in workbook2 matches column D in workbook1 and the data falls within the inputbox date and today, that data should be copied to workbook2?

    Which columns from workbook1 should be copied to workbook2?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  5. #5
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: Append data from row of one workbook to row from another workbook

    Hi arlu,

    From Workbook2, take Columns A-AT (i.e. don't copy the matcher column but everything else) and fill them to Workbook1 Column CT.

    So Workbook1 Column CT = Workbook2 Column A
    Workbook1 Column CU = Workbook2 Column B

    etc

+ 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