consolidation of spreadsheets

dharsana

Board Regular
Joined
Sep 7, 2002
Messages
58
hi,
I am having 13 worksheets(each with a unique name)with similar row & columns.I want to consolidate all the 13 sheets and create a summary sheet(14th sheet)by using a macro(withoutlinking these shhets)Is it possible ? If so , can anyone give me a macro for this purpose?
Thanking you in advance

dharshsna
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
if the rows and columns are the same in the consolidated sheet this will be easier...

I would write a loop through all the cells that need populating - adding all the respective cells in the 13 sheets and entering the result in the consolidate sheet.

If you're only pulling a select few cells from the entire sheet then again, you would want to ensure that all 13 sheets have the cell you want to consolidate in the same position.
 
Upvote 0

Forum statistics

Threads
1,213,560
Messages
6,114,306
Members
448,564
Latest member
ED38

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top