Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pastor Cliff
 
Posts: n/a
Default Summarizing totals of all worksheets to one worksheet?

I have Excel 2003 and I would like to know how to carry my totals from my
monthly worksheets (which contains 4 different totals per worksheet) to a
single worksheet that would summarize all 12 worksheets and would seperately
list the annual total of all 4 totals. Right now I am having to go back and
forth between the different worksheets to enter each total (from each month)
to accomplish this task. If it could be done automatically it would help me
out greatly.
My knowledge is limited, but if you could help me I would be greatful.
Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Summarizing totals of all worksheets to one worksheet?

First of all, I would suggest that in your 12 monthly sheets you have
the totals on the top row - they can be set up like:

=SUM(D3:D500)

for column D, assuming you have a header row (which now becomes row2)
so that your data starts in row 3. By having a range up to 500, even if
you don't use 500 rows, this ensures that you sum all the data in that
column.

Then in your summary sheet, the formulae needed will be very similar.
Assuming you want 4 totals going across for each month, then in column
A you can enter January, February, March etc going down the column. In
column B on the same row as January, you would have a formula like:

=January!D1

where January is the name of the sheet - if the sheet is called
something like Jan 06, then the formula would be:

='Jan 06'!D1

Note the apostrophes - these are needed if the sheet name has spaces in
it.

Let's say that your other totals are in columns F H and J of the
monthly sheets. You would need these formulae to bring the January
totals into columns C D and E of the summary sheet:

C: =January!F1
D: =January!H1
E: =January!J1

For February you would have 4 similar formulae, but you would change
the name of the sheet. Similarly for all the other months.

Hope this helps.

Pete

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy worksheet & maintain cell reference across worksheets dingy101 Excel Worksheet Functions 3 January 2nd 06 10:51 AM
Transferring date from multiple worksheets to a "totals" worksheet. tonyDeBrasco Excel Discussion (Misc queries) 3 July 22nd 05 05:43 PM
Need to have multiple worksheets use a single worksheet storm5527 Excel Worksheet Functions 1 April 22nd 05 11:25 AM
Search/Match between 2 x separate Worksheets and populate result in third worksheet Alan Bartley Excel Discussion (Misc queries) 1 April 11th 05 05:21 AM
how do i link a number of worksheets to one master worksheet? Rusty Excel Worksheet Functions 0 January 24th 05 08:49 AM


All times are GMT +1. The time now is 12:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"