Hi all!
I have 5-6 separate excel spreadsheets that contain the same info about different clients. I then combine the relevant pieces of data (by way of the good ole' copy & paste) into one spreadsheet as the data wasn't that large in size.
I foresee my 5-6 spreadsheets growing to dozens and the amount of info I need to combine to grow as well.
I was wondering if anyone knew of a vba script which would take the values from specifically named cells within targeted spreadsheets and consolidate them into one main spreadsheet.
Here's a simple example:
1. In Workbook "A.xlsx", Tab "Data", Cell name "RevQ1Y13", the value in the cell is $13.
2. In Workbook "B.xlsx", Tab "Data", Cell name "RevQ1Y13", the value in the cell is $7.
3. In Workbook "C.xlsx", Tab "Data", Cell name "RevQ1Y13", the value in the cell is $20.
My desire is to run a macro in a "Consolidation" workbook and end up with the following info in a column I'd call RevQ1Y13:
1. A = 13
2. B = 7
3. C = 20
Does this make sense? Can anybody help?
Thanks!!
J
I have 5-6 separate excel spreadsheets that contain the same info about different clients. I then combine the relevant pieces of data (by way of the good ole' copy & paste) into one spreadsheet as the data wasn't that large in size.
I foresee my 5-6 spreadsheets growing to dozens and the amount of info I need to combine to grow as well.
I was wondering if anyone knew of a vba script which would take the values from specifically named cells within targeted spreadsheets and consolidate them into one main spreadsheet.
Here's a simple example:
1. In Workbook "A.xlsx", Tab "Data", Cell name "RevQ1Y13", the value in the cell is $13.
2. In Workbook "B.xlsx", Tab "Data", Cell name "RevQ1Y13", the value in the cell is $7.
3. In Workbook "C.xlsx", Tab "Data", Cell name "RevQ1Y13", the value in the cell is $20.
My desire is to run a macro in a "Consolidation" workbook and end up with the following info in a column I'd call RevQ1Y13:
1. A = 13
2. B = 7
3. C = 20
Does this make sense? Can anybody help?
Thanks!!
J