Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Function for multiple tabs in one worksheet

I have a standard template for all tabs in one workbook (there are about 100
different tabs). What is the function to sum the same cells in each tab and
carry over to a summary leadsheet?

Would this be similar to running a report?

Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Function for multiple tabs in one worksheet

Assume that your summary sheet is not contained within the "sandwich"
made up of the "first" sheet and "last" sheet, and that you want to
add every E5 cell from the sheets. Here's the formula you need in your
summary sheet:

=SUM(first:last!E5)

Change those names to suit your sheet names - if you have spaces in
the sheet names you will need to put apostrophes around them:

=SUM('first sheet:last sheet'!E5)

Hope this helps.

Pete

On Feb 17, 10:51*pm, Excel makes life easier <Excel makes life easier
@discussions.microsoft.com wrote:
I have a standard template for all tabs in one workbook (there are about 100
different tabs). What is the function to sum the same cells in each tab and
carry over to a summary leadsheet?

Would this be similar to running a report?

Thank you!


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Function for multiple tabs in one worksheet

=SUM(Sheet2:Sheet100!A1)

Entered in a cell on Summary leadsheet.

If your sheetnames are unique then the best course is to insert a new sheet
just right of Summary and insert a new sheet after last sheet.

Name these First and Last

=SUM(First:Last!A1)

When adding more sheets insert them anywhere between Fiest and Last


Gord Dibben MS Excel MVP

On Wed, 17 Feb 2010 14:51:02 -0800, Excel makes life easier <Excel makes
life easier @discussions.microsoft.com wrote:

I have a standard template for all tabs in one workbook (there are about 100
different tabs). What is the function to sum the same cells in each tab and
carry over to a summary leadsheet?

Would this be similar to running a report?

Thank you!


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
Multiple rows of Worksheet Tabs at bottom Kempen Excel Discussion (Misc queries) 5 January 20th 09 10:16 PM
How do I view multiple tabs on the worksheet Viewing worksheet tabs Excel Worksheet Functions 1 May 14th 08 06:19 PM
Multiple Worksheet Tabs - Search Option? MRosegay Excel Worksheet Functions 1 March 21st 07 07:18 PM
link multiple tabs in new worksheet Bart Hautala PE DE Excel Discussion (Misc queries) 3 March 2nd 07 03:23 PM
Worksheet tabs on multiple lines? Bill Y. Excel Worksheet Functions 5 December 12th 05 06:06 PM


All times are GMT +1. The time now is 11:39 AM.

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"