prataplata
New Member
- Joined
- Dec 13, 2018
- Messages
- 2
Hello,
Every month, each individual territories share their sales numbers to me.
I have data in multiple workbooks. All workbooks have the same format. The data is only numbers in all the sheets. Only the column headers are values. I want to create a master sheet which will simply show the sum of all the data in each individual workbooks. The format of the Master Workbook is also same as the individual workbooks.
I have tried using basic formula giving cell reference of the cell and adding them. Something like
'C:\CVC Formats\Praptra 1\[Prapatra 1_Ahmednagar.xlsx]Sheet1'!K698+
'C:\CVC Formats\Praptra 1\[Prapatra 1_Akola.xlsx]Sheet1'!K698+
'C:\CVC Formats\Prapatra 1\[Prapatra 1_Amravati.xlsx]Sheet1'!K698
However I am sure that there can be a better way to do this. Also, this makes the master file too long to load.
Someone please share any code/macro that can be used.
Any help is much appreciated.
Every month, each individual territories share their sales numbers to me.
I have data in multiple workbooks. All workbooks have the same format. The data is only numbers in all the sheets. Only the column headers are values. I want to create a master sheet which will simply show the sum of all the data in each individual workbooks. The format of the Master Workbook is also same as the individual workbooks.
I have tried using basic formula giving cell reference of the cell and adding them. Something like
'C:\CVC Formats\Praptra 1\[Prapatra 1_Ahmednagar.xlsx]Sheet1'!K698+
'C:\CVC Formats\Praptra 1\[Prapatra 1_Akola.xlsx]Sheet1'!K698+
'C:\CVC Formats\Prapatra 1\[Prapatra 1_Amravati.xlsx]Sheet1'!K698
However I am sure that there can be a better way to do this. Also, this makes the master file too long to load.
Someone please share any code/macro that can be used.
Any help is much appreciated.