adding multiple sheets

T

timastra

Version: 2008 Operating System: Mac OS X 10.4 (Tiger) Processor: Intel I have a sheet for every month of expenses for my business. What is the easiest way to tally the totals for each category on those sheets into one sheet? Thanks, Tim
 
M

Mike Middleton

Tim -

I don't have an answer for your situation (separate sheets for each month), but if you were starting over, the easiest way might be to keep everything on one sheet in standard database arrangement, i.e., list or table, and then use a pivot table for the summaries.

- Mike
http://www.DecisionToolworks.com
(e-mail address removed)


Version: 2008 Operating System: Mac OS X 10.4 (Tiger) Processor: Intel I have a sheet for every month of expenses for my business. What is the easiest way to tally the totals for each category on those sheets into one sheet? Thanks, Tim
 
J

JE McGimpsey

Version: 2008
Operating System: Mac OS X 10.4 (Tiger)
Processor: Intel

I have a sheet for every month of expenses for my business. What is the
easiest way to tally the totals for each category on those sheets into one
sheet? Thanks, Tim

If all the monthly sheets are laid out exactly the same, you could do
something like this:

Assume the sheets are named "Jan", "Feb", ... "Dec".

then the totals can be calculated by:

Totals!A1: =SUM('Jan:Dec'!A1)
 

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