Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 72
Default Functions for all worksheets

How do I total each column in a worksheet for all worksheets in a workbook?
--
Thank you, Jodie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Functions for all worksheets

Use =SUM() at the end of each column of data.

Jodie wrote:
How do I total each column in a worksheet for all worksheets in a workbook?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,117
Default Functions for all worksheets

you can select one worksheet, then, holding down Ctrl select the rest
of the worksheets. now they are all grouped. whatever you do to one
worksheet will be done on all the other worksheets. so if your
columns all end *around* row 100, then in row 110 you could enter

=sum(a1:a109)

then drag it over to the right for the approximate number of columns
each worksheet has.

when you're done, select one different worksheet to ungroup them.
hope that helps.
:)
susan


On Oct 26, 3:13*pm, Jodie wrote:
How do I total each column in a worksheet for all worksheets in a workbook?
--
Thank you, Jodie


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Functions for all worksheets

See "3d references" in XL help file. Something like this:

=SUM('Sheet1:Sheet3'!A:A)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Jodie" wrote:

How do I total each column in a worksheet for all worksheets in a workbook?
--
Thank you, Jodie

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 72
Default Functions for all worksheets

Thank you all. I was not clear in my question as I was looking to do this in
a macro. I have my answer already, but thank you all for your help.
--
Thank you, Jodie


"Luke M" wrote:

See "3d references" in XL help file. Something like this:

=SUM('Sheet1:Sheet3'!A:A)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Jodie" wrote:

How do I total each column in a worksheet for all worksheets in a workbook?
--
Thank you, Jodie

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
synchronize 2 worksheets to preserve functions Excel Helps Excel Worksheet Functions 2 February 6th 08 11:40 AM
Functions in worksheets scampbell Excel Discussion (Misc queries) 1 February 6th 07 06:58 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Functions across multiple worksheets starlight Excel Worksheet Functions 0 August 10th 05 05:10 PM
Match and index functions: corrlating data from 2 worksheets [email protected] Excel Worksheet Functions 2 May 21st 05 05:38 AM


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