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 Count values once no matter how often they appear

I'm trying to sum data in Sheet1 from 50+ other sheets in the same file,
using =SUM(EUN1!AD8+EUN2!AD8+SV!AD8....and so on. However, I need to ammend
the formula every time new sheet is added.

Is there a formula which will automatically count the values in the
respective cell in all sheets, irrespectively how many are added?

Thanks a million!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Count values once no matter how often they appear

Try the below..Sheet1 is the 1st sheet and Sheet3 is the last sheet...Try
inserting new sheets inbetween...Keep the first and last sheets names
constant...and always make sure to insert in between

=SUM(Sheet1:Sheet3!AD8)

--
Jacob


"musha-bsuha" wrote:

I'm trying to sum data in Sheet1 from 50+ other sheets in the same file,
using =SUM(EUN1!AD8+EUN2!AD8+SV!AD8....and so on. However, I need to ammend
the formula every time new sheet is added.

Is there a formula which will automatically count the values in the
respective cell in all sheets, irrespectively how many are added?

Thanks a million!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,069
Default Count values once no matter how often they appear

One common way to address this is to add an empty sheet after Sheet1 and
before any of the sheets you want to sum. Name the new sheet FirstSht (for
example). Add another empty sheet after the last sheet you want to sum. Name
this new sheet LastSht. On Sheet1 use a SUM formula like

=SUM(FirstSht:LastSht!AD8)

FirstSht & LastSht don't affect the total because they are empty. If new
sheets are added anywhere between FirstSht & LastSht, they will automatically
be included in the SUM formula range.

Hope this helps,

Hutch

"musha-bsuha" wrote:

I'm trying to sum data in Sheet1 from 50+ other sheets in the same file,
using =SUM(EUN1!AD8+EUN2!AD8+SV!AD8....and so on. However, I need to ammend
the formula every time new sheet is added.

Is there a formula which will automatically count the values in the
respective cell in all sheets, irrespectively how many are added?

Thanks a million!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Count values once no matter how often they appear

Create a sheet "sandwich".

Inset a new sheet to the immediate left of the first sheet you want to
include in the calculation and name it something like Start.

Inset a new sheet to the immediate right of the last sheet you want to
include in the calculation and name it something like End.

Then use a formula like this:

=SUM(Start:End!AD8)

When you create new sheets that you want to include in the calculation just
insert them between the Start sheet and the End sheet.

--
Biff
Microsoft Excel MVP


"musha-bsuha" wrote in message
...
I'm trying to sum data in Sheet1 from 50+ other sheets in the same file,
using =SUM(EUN1!AD8+EUN2!AD8+SV!AD8....and so on. However, I need to
ammend
the formula every time new sheet is added.

Is there a formula which will automatically count the values in the
respective cell in all sheets, irrespectively how many are added?

Thanks a million!



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Count values once no matter how often they appear

T. Valko wrote:
Create a sheet "sandwich".

Inset a new sheet to the immediate left of the first sheet you want to
include in the calculation and name it something like Start.

Inset a new sheet to the immediate right of the last sheet you want to
include in the calculation and name it something like End.

Then use a formula like this:

=SUM(Start:End!AD8)

When you create new sheets that you want to include in the calculation just
insert them between the Start sheet and the End sheet.


I like to use "All" for the Start sheet name and "Sheets" for the End sheet
name. Then I hide them and you get a formula that looks like this:

=SUM(All:Sheets!A1)

As best I can tell, this will survive using "Move or Copy..." and selecting
"(move to end)".
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
Date matter ShamsulZ New Users to Excel 4 October 4th 06 09:54 AM
Every time I type 24-7 it changes to 24/Jul no matter what James-Holland Excel Discussion (Misc queries) 2 February 9th 06 04:08 PM
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 6 November 29th 05 03:27 PM
Count Intervals of 2 Numeric values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 12 September 24th 05 10:58 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM


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