Good day all,
I have two workbooks: 1) called Master and 2) called Tracking/Update
I would like to copy rows of data from one sheet (called Mail) in workbook "Master" to workbook "Tracking/Update" automatically (without manually doing a copy and paste). Also, new information is added to "Master" everyday so I would like those newly added rows to be copied to the next available row in "Tracking/Update". I have tried to provide an example below:
Data in "Master":
Column A -Column B -Column C
Received date -Name -Instructions
26-Dec-12 -Mark Jacobs -Prepare four letters
26-Dec-12 -Sally Homer -Return to me for review
From "Master" to "Tracking/Update" so that it can be updated:
Column A -Column B -Column C -Column D
Received date -Name -Instructions -Status
26-Dec-12 -Mark Jacobs -Prepare four letters -completed
26-Dec-12 -Sally Homer -Return to me for review -completed
Then the next day when data in "Master" is updated:
Column A -Column B -Column C
Received date -Name -Instructions
26-Dec-12 -Mark Jacobs -Prepare four letters
26-Dec-12 -Sally Homer -Return to me for review
27-Dec-12 -Jessica Fields -Please file
Data copied to "Tracking/Update":
Column A -Column B -Column C -Column D
Received date -Name -Instructions -Status
26-Dec-12 -Mark Jacobs -Prepare four letters -completed
26-Dec-12 -Sally Homer -Return to me for review -completed
27-Dec-12 -Jessica Fields -Please file
I hope that this was clear. Please let me know if you need any further information. Looking forward to hearing from you!
I have two workbooks: 1) called Master and 2) called Tracking/Update
I would like to copy rows of data from one sheet (called Mail) in workbook "Master" to workbook "Tracking/Update" automatically (without manually doing a copy and paste). Also, new information is added to "Master" everyday so I would like those newly added rows to be copied to the next available row in "Tracking/Update". I have tried to provide an example below:
Data in "Master":
Column A -Column B -Column C
Received date -Name -Instructions
26-Dec-12 -Mark Jacobs -Prepare four letters
26-Dec-12 -Sally Homer -Return to me for review
From "Master" to "Tracking/Update" so that it can be updated:
Column A -Column B -Column C -Column D
Received date -Name -Instructions -Status
26-Dec-12 -Mark Jacobs -Prepare four letters -completed
26-Dec-12 -Sally Homer -Return to me for review -completed
Then the next day when data in "Master" is updated:
Column A -Column B -Column C
Received date -Name -Instructions
26-Dec-12 -Mark Jacobs -Prepare four letters
26-Dec-12 -Sally Homer -Return to me for review
27-Dec-12 -Jessica Fields -Please file
Data copied to "Tracking/Update":
Column A -Column B -Column C -Column D
Received date -Name -Instructions -Status
26-Dec-12 -Mark Jacobs -Prepare four letters -completed
26-Dec-12 -Sally Homer -Return to me for review -completed
27-Dec-12 -Jessica Fields -Please file
I hope that this was clear. Please let me know if you need any further information. Looking forward to hearing from you!