Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 211
Default summary values across worksheets within the same workbook

I have a single workbook consisting of 53 sheets (one per week in the fiscal
year). I have a summary sheet that I need to extract data from the same cell
in every sheet, updated automatically when any sheet is updated.

eg, Each of the 53 worksheets within the workbook has a total (car mileage)
in cell C34, which I need to summarise as a total in a cell on the summary
worksheet, on the basis of cell C34 on Sheet1+Sheet2+Sheet3... +Sheet53.

What function do I need in the required cell on the Summary sheet, please,
to meet my needs?

I can't seem able to do what I want (I'm a bit dumb on Excel beyond basic
and simple boolean logic functions), but I am sure that my problem will be
simple to most of you experts.

My apologies if this has already been covered, and that I failed to find it.

Many thanks and best regards,
Gordon
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 395
Default summary values across worksheets within the same workbook

Try this;

Assuming your summary worksheet is the very first, or very last sheet (all
the sheets you want to pull data from have to be in a row)

In C34 on your summary sheet, enter and equals sign and the SUM command;
=sum(

then click the first or last of your data tabs; then press and hold the
shift key, then click the furthest data tab on the opposite end. This will
select all of those data tabs together. Click on cell that holds your data
that should feed into C34 (we'll assume it is in C34 on each weekly sheet).

Close out the formula with a close parenthesis, and hit enter. The final
formula should look something like:

=SUM(MyWeek1Sheet:MyWeek52Sheet!C34)

and it should give you the value for all the sheets that you had selected.

HTH,
Keith


"Gordon" wrote:

I have a single workbook consisting of 53 sheets (one per week in the fiscal
year). I have a summary sheet that I need to extract data from the same cell
in every sheet, updated automatically when any sheet is updated.

eg, Each of the 53 worksheets within the workbook has a total (car mileage)
in cell C34, which I need to summarise as a total in a cell on the summary
worksheet, on the basis of cell C34 on Sheet1+Sheet2+Sheet3... +Sheet53.

What function do I need in the required cell on the Summary sheet, please,
to meet my needs?

I can't seem able to do what I want (I'm a bit dumb on Excel beyond basic
and simple boolean logic functions), but I am sure that my problem will be
simple to most of you experts.

My apologies if this has already been covered, and that I failed to find it.

Many thanks and best regards,
Gordon

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default summary values across worksheets within the same workbook

In cell C34 on your summary sheet you,
will enter =SUM(Sheet1:Sheet53!C34). The formula adds the contents of cell C34 on Sheet1 through Sheet53. In C34 type =SUM( to begin the function. Activate Sheet1 Press Shift and activate Sheet 53 to group the worksheets and specify the worksheet range in your formula. Release the Shift key. In the active worksheet, select C34 and press the ENTER key to complete the 3-D formula.

---
frmsrcurl: http://msgroups.net/microsoft.public...-the-same-work
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
how to copy only values and formats of worksheets to new workbook rvd Excel Worksheet Functions 3 January 31st 07 12:43 PM
Summary list of worksheets in workbook [email protected] Excel Discussion (Misc queries) 2 January 25th 06 08:52 PM
Count If 2 Diff Values Appear on Several Worksheets w/in Workbook Kat Excel Worksheet Functions 5 September 22nd 05 06:44 PM
How do I reference values from 200 worksheets onto a summary sheet mac849 Excel Discussion (Misc queries) 4 March 17th 05 09:26 AM
How do I sum values from different worksheets within one workbook. master gardener Excel Worksheet Functions 1 January 28th 05 07:19 PM


All times are GMT +1. The time now is 10:32 PM.

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

About Us

"It's about Microsoft Excel"