Can this be done? Sum of the same cell in multiple sheets

buzzing

Board Regular
Joined
Jul 30, 2004
Messages
92
Hi all
Can anyone help with the following?
I have a workbook which contains sheet1 through to sheet12.
I am trying to add a formula on sheet 1 at cell m8 that will give the total of the values in cell m900 from all of the sheets.

ie. m900 on sheet1 plus m900 on sheet2 plus m900 on sheet3 etc

If anyone can point me in the right direction that would be great.

buzzing
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
This type of structure will work.

=SUM(Sheet2:Sheet3!A2)

I believe it will depend on the placement of the actual worksheet in the tabs. So they must all fall in sequence.

HTH
Cal
 
Upvote 0
You're looking for a 3-D SUM --

=SUM(Sheet1:Sheet12!M900)

You can contruct this formula by typing in it, or:

a] entering: =SUM( in a cell, then

b] Clicking on the 1st sheet [ here Sheet1 ] in the list of sheets, then

c] Clicking on the cell of interest [ here, M900 ] , then

d] Hold down the Shift key while clicking the last sheet tab [ Sheet12 ], then

e] adding a )
 
Upvote 0

Forum statistics

Threads
1,215,516
Messages
6,125,285
Members
449,218
Latest member
Excel Master

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