Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 42
Default Sum all sheets

I have a workbook, with multiple sheets, each with it's own name. Each sheet
has a cell, ie N25, which represents a count function on that sheet. Now, I
would like to place the sum of N25 of all the sheets on a summary sheet. Is
it possible to do this with or without using a macro? If it is, I could use
your help. Many thanks.

Wally
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Sum all sheets

=SUM(Sheet1:Sheet3!N25)

and adjust the worksheet names to match your needs.
--
Gary''s Student - gsnu200785


"wally" wrote:

I have a workbook, with multiple sheets, each with it's own name. Each sheet
has a cell, ie N25, which represents a count function on that sheet. Now, I
would like to place the sum of N25 of all the sheets on a summary sheet. Is
it possible to do this with or without using a macro? If it is, I could use
your help. Many thanks.

Wally

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 42
Default Sum all sheets

Thanks for your suggestion, but as I said in the first sentence, "I have a
workbook, with multiple sheets, each with it's own name". Your suggestion
will not do it. That is why I suggested something like =SUM(all sheets!N25).

Wally


"Gary''s Student" wrote:

=SUM(Sheet1:Sheet3!N25)

and adjust the worksheet names to match your needs.
--
Gary''s Student - gsnu200785


"wally" wrote:

I have a workbook, with multiple sheets, each with it's own name. Each sheet
has a cell, ie N25, which represents a count function on that sheet. Now, I
would like to place the sum of N25 of all the sheets on a summary sheet. Is
it possible to do this with or without using a macro? If it is, I could use
your help. Many thanks.

Wally

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Sum all sheets

We can make it work. I just created a workbook with three sheets:

alpha
beta
omega

(where alpha is the first and omega is the last and beta is in the middle)

=SUM(alpha:omega!N25)

picks up ALL the sheets (even beta) !

just be sure you specify the first and last sheetname in the SUM() formula.


Give it a try.
--
Gary''s Student - gsnu200785


"wally" wrote:

Thanks for your suggestion, but as I said in the first sentence, "I have a
workbook, with multiple sheets, each with it's own name". Your suggestion
will not do it. That is why I suggested something like =SUM(all sheets!N25).

Wally


"Gary''s Student" wrote:

=SUM(Sheet1:Sheet3!N25)

and adjust the worksheet names to match your needs.
--
Gary''s Student - gsnu200785


"wally" wrote:

I have a workbook, with multiple sheets, each with it's own name. Each sheet
has a cell, ie N25, which represents a count function on that sheet. Now, I
would like to place the sum of N25 of all the sheets on a summary sheet. Is
it possible to do this with or without using a macro? If it is, I could use
your help. Many thanks.

Wally

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,123
Default Sum all sheets

For the OP, see also
http://www.rondebruin.nl/linksum.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Gary''s Student" wrote in message
...
We can make it work. I just created a workbook with three sheets:

alpha
beta
omega

(where alpha is the first and omega is the last and beta is in the middle)

=SUM(alpha:omega!N25)

picks up ALL the sheets (even beta) !

just be sure you specify the first and last sheetname in the SUM() formula.


Give it a try.
--
Gary''s Student - gsnu200785


"wally" wrote:

Thanks for your suggestion, but as I said in the first sentence, "I have a
workbook, with multiple sheets, each with it's own name". Your suggestion
will not do it. That is why I suggested something like =SUM(all sheets!N25).

Wally


"Gary''s Student" wrote:

=SUM(Sheet1:Sheet3!N25)

and adjust the worksheet names to match your needs.
--
Gary''s Student - gsnu200785


"wally" wrote:

I have a workbook, with multiple sheets, each with it's own name. Each sheet
has a cell, ie N25, which represents a count function on that sheet. Now, I
would like to place the sum of N25 of all the sheets on a summary sheet. Is
it possible to do this with or without using a macro? If it is, I could use
your help. Many thanks.

Wally




  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 42
Default Sum all sheets

"Gary"s Student"
Thanks, it does work and I appreciate your trying it out first. You guys do
a great job.
Wally

"Gary''s Student" wrote:

We can make it work. I just created a workbook with three sheets:

alpha
beta
omega

(where alpha is the first and omega is the last and beta is in the middle)

=SUM(alpha:omega!N25)

picks up ALL the sheets (even beta) !

just be sure you specify the first and last sheetname in the SUM() formula.


Give it a try.
--
Gary''s Student - gsnu200785


"wally" wrote:

Thanks for your suggestion, but as I said in the first sentence, "I have a
workbook, with multiple sheets, each with it's own name". Your suggestion
will not do it. That is why I suggested something like =SUM(all sheets!N25).

Wally


"Gary''s Student" wrote:

=SUM(Sheet1:Sheet3!N25)

and adjust the worksheet names to match your needs.
--
Gary''s Student - gsnu200785


"wally" wrote:

I have a workbook, with multiple sheets, each with it's own name. Each sheet
has a cell, ie N25, which represents a count function on that sheet. Now, I
would like to place the sum of N25 of all the sheets on a summary sheet. Is
it possible to do this with or without using a macro? If it is, I could use
your help. Many thanks.

Wally

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 do I print sheets in Excel without blank sheets after page Peggy New Users to Excel 2 January 12th 08 11:10 AM
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Excel Worksheet Functions 4 August 17th 06 06:23 AM
How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook? Dmitry Excel Worksheet Functions 6 March 29th 06 12:43 PM
In 3 active sheets in wkbk, determine& display the # of sheets that have data wrpalmer Excel Discussion (Misc queries) 1 November 4th 05 02:01 PM
populating sheets based on data from parent sheets seve Excel Discussion (Misc queries) 2 January 15th 05 09:22 PM


All times are GMT +1. The time now is 08:32 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"