![]() |
Consolidation of sheets
Hi
I have 3 excel sheets within the same file and the header information in all the three excel sheets are the same. I need a macro to create a new sheet that will have the sum of the data that is available in the 3 sheets, I want the macro to be dynamic. That is, even if i include an additional sheet, the macro should be able to sum that data as well. For instance If I have 3 sheets then the consolidation should happen in the 4th sheet. If I have 4 sheets, then the consolidation should happen in the 5th sheet and so on. Please let me know if this is possible -- Prem |
Consolidation of sheets
Maybe just use a simple sandwich
Insert 2 new blank sheets named: First, Last Move all sheets to be summed within the above 2 sheets Then in your summary/consol sheet you could use in say, B2: =SUM(First:Last!A2) and copy B2 across/fill down Any new sheets to be added, just move it within First, Last -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Prem Kumar" wrote: I have 3 excel sheets within the same file and the header information in all the three excel sheets are the same. I need a macro to create a new sheet that will have the sum of the data that is available in the 3 sheets, I want the macro to be dynamic. That is, even if i include an additional sheet, the macro should be able to sum that data as well. For instance If I have 3 sheets then the consolidation should happen in the 4th sheet. If I have 4 sheets, then the consolidation should happen in the 5th sheet and so on. |
Consolidation of sheets
Thanks a lot Max!! It works!!
-- Prem "Max" wrote: Maybe just use a simple sandwich Insert 2 new blank sheets named: First, Last Move all sheets to be summed within the above 2 sheets Then in your summary/consol sheet you could use in say, B2: =SUM(First:Last!A2) and copy B2 across/fill down Any new sheets to be added, just move it within First, Last -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Prem Kumar" wrote: I have 3 excel sheets within the same file and the header information in all the three excel sheets are the same. I need a macro to create a new sheet that will have the sum of the data that is available in the 3 sheets, I want the macro to be dynamic. That is, even if i include an additional sheet, the macro should be able to sum that data as well. For instance If I have 3 sheets then the consolidation should happen in the 4th sheet. If I have 4 sheets, then the consolidation should happen in the 5th sheet and so on. |
Consolidation of sheets
That's good, Prem. You're welcome.
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Prem Kumar" wrote in message ... Thanks a lot Max!! It works!! -- Prem |
All times are GMT +1. The time now is 10:49 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com