ThrottleWorks
Excel Ninja
Hi,
I have two excel files.
First is parent file, second is child file.
Both files have same structure. Same number of worksheets.
Child file is replica of parent file. Only difference is parent file has all the records whereas child file has few records.
In each worksheet there is one unique record.
Child files gets updates manually. Parent file needs to have updated record from the child file.
I need to update only few columns from each worksheet,
for example, from sheet1 I need to update column Y:Z only, for sheet 2 it might be X:Y in that sensce
I used vLookUp but it is too time consuming and Excel is getting crashed.
Please see below example for your reference.
Parent file = worksheet 1
unique key = Range A10 = ABC123
Range Y2 = 100
Range Z2 = 1000
Child file = worksheet 1
unique key = Range A2 = ABC123
Range Y2 = 200
Range Z2 = 2000
When we run the macro, output should be like below
Parent file = worksheet 1
unique key = Range A10 = ABC123
Range Y2 = 200
Range Z2 = 2000
Can anyone please help me in this.
I have two excel files.
First is parent file, second is child file.
Both files have same structure. Same number of worksheets.
Child file is replica of parent file. Only difference is parent file has all the records whereas child file has few records.
In each worksheet there is one unique record.
Child files gets updates manually. Parent file needs to have updated record from the child file.
I need to update only few columns from each worksheet,
for example, from sheet1 I need to update column Y:Z only, for sheet 2 it might be X:Y in that sensce
I used vLookUp but it is too time consuming and Excel is getting crashed.
Please see below example for your reference.
Parent file = worksheet 1
unique key = Range A10 = ABC123
Range Y2 = 100
Range Z2 = 1000
Child file = worksheet 1
unique key = Range A2 = ABC123
Range Y2 = 200
Range Z2 = 2000
When we run the macro, output should be like below
Parent file = worksheet 1
unique key = Range A10 = ABC123
Range Y2 = 200
Range Z2 = 2000
Can anyone please help me in this.