Sum multiple sheets

Deano

Active Member
Joined
May 2, 2004
Messages
264
Hi All

Possibly a real easy question.

If I have a workbook with 3 sheets (ie: Sheet1, Sheet2 and Sheet3) and in Cell A1 of each sheet I have the number 100 stored.

In Cell a2 of Sheet1, what formula would I put in so as to sum the cells A1 of all three sheets?

Many thanks
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Hi NBVC

Thanks for the promt response.

I have copied the formula in and get a #VALUE result.

Any idea why?
 
Upvote 0
Sorry, I could have sworn that worked :unsure:

Try this instead:

=SUM(Sheet1!A1,Sheet2!A1,sheet3!A1)
 
Upvote 0
shades said:
Here is the formula:

=SUM(Sheet1:Sheet3!$A$1)

Now I see where I messed up. It was that darn ! after the first sheet reference.

I new that formula worked. I thought I was going crazy. Sometimes the simplest things can drive you up the wall the most.

Thanks for clearing me up.
 
Upvote 0

Forum statistics

Threads
1,214,826
Messages
6,121,797
Members
449,048
Latest member
greyangel23

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