How do I sum totals from mulitple worksheets

G

Guest

In Excel 2003 I have set up a workbook with multiple worksheets (one
worksheet per employee/week) that sums rows and columns. What I have been
trying to do is have all of the sums from all of the worksheets read on
another worksheet. I want to end up with a totals total page which I would
call 'All Employees Total' . I want the data from each employee to be added
to each other and read on the 'All Employees Total' page.
 
B

Bob Phillips

Add a sheet called First before the first employee, and one called Last
after the last employee, and then use

=SUM(First:Last!H10)

assuming H10 is your sum cell

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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