Summing same cell from multiple worksheets

Marl

New Member
Joined
Apr 1, 2006
Messages
5
I have multiple, identical, worksheets in a workbook that I would like to sum to a summary page. Is there an easy way to do this?
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Insert two new sheets, name them First and Last, and place all the relevant sheets between these two then invoke:

=SUM(First:Last!$A$2:$A$10)
 
Upvote 0
Aladin:

Thanks. Is there any problem in removing the $ and making the statemetn relational so it can be copied to other cells to achieve the same drill through summing?
 
Upvote 0
Aladin:

Thanks. Is there any problem in removing the $ and making the statemetn relational so it can be copied to other cells to achieve the same drill through summing?

No, not all. You can make them relative as needed.
 
Upvote 0

Forum statistics

Threads
1,214,415
Messages
6,119,382
Members
448,889
Latest member
TS_711

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