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

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
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,827
Messages
6,121,809
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