How do I get the sum total of all sheets in a workbook?

O

OrtegaGroup

I have a 52 sheet workbook, all sheets have the same number of columns and
data. What do I need to do to arrive at the sum total of all these sheets
without printing them all out and adding them up manually? Thanks in advance
for your assistance.
 
P

Paul B

Ortega, try something like this

=SUM(Sheet1:Sheet52!A1)
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
G

Guest

can't you just have a new excell sheet and copy the total
on to that from each sheet. The formula should be okay
since you are just adding columns and then just copy the
totals to the new page. There is an update options or
function but not sure haven't used it for a long time.
 
R

Ruan

Try this -

On Sheet 1, use the formula
=SUM(Sheet2:Sheet52!A1)

where A1 is the value you are summing.


Another way is creating a new Workbook (workbook2), which will read the
source wookbook (workbook 1).
=SUM([Book1]Sheet2:Sheet52!$A$1)

I hope this helps
Ruan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top