#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default incorrect totals

I have a date selection for 13 weeks and have split the weeks in to months
like below

28-Sep
05-Oct
12-Oct
19-Oct
26-Oct
02-Nov
09-Nov
16-Nov
23-Nov
30-Nov
07-Dec
14-Dec
21-Dec

October 0
November 0
December 0

Qtr 4 0

The problem I have is sometimes when i enter data in the weeks the october
sum calculates all 13 weeks whereas the nov and dec stay in their set
parameteres, I could just apply absolutes but its an extremely long job, is
there anything i can turn off that makes it self calculate?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default incorrect totals

You haven't told us what formula you are using to calculate your totals, so
it is stretching the ability of the clairvoyants in the group to explain
what you've done wrong.
--
David Biddulph

"Garf" <Garf @discussions.microsoft.com wrote in message
...
I have a date selection for 13 weeks and have split the weeks in to months
like below

28-Sep
05-Oct
12-Oct
19-Oct
26-Oct
02-Nov
09-Nov
16-Nov
23-Nov
30-Nov
07-Dec
14-Dec
21-Dec

October 0
November 0
December 0

Qtr 4 0

The problem I have is sometimes when i enter data in the weeks the october
sum calculates all 13 weeks whereas the nov and dec stay in their set
parameteres, I could just apply absolutes but its an extremely long job,
is
there anything i can turn off that makes it self calculate?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default incorrect totals

Hi David its just a simple sum i.e. October =sum(b2 - b6), Nov b7 - b10, Dec
b11 -b14 and so on but when i enter data for week 6 for example it apples it
to the October formula and when i go back to check it it has reset the
october formula to sum b2 b13, but nov and dec stay as they should, wierd

"David Biddulph" wrote:

You haven't told us what formula you are using to calculate your totals, so
it is stretching the ability of the clairvoyants in the group to explain
what you've done wrong.
--
David Biddulph

"Garf" <Garf @discussions.microsoft.com wrote in message
...
I have a date selection for 13 weeks and have split the weeks in to months
like below

28-Sep
05-Oct
12-Oct
19-Oct
26-Oct
02-Nov
09-Nov
16-Nov
23-Nov
30-Nov
07-Dec
14-Dec
21-Dec

October 0
November 0
December 0

Qtr 4 0

The problem I have is sometimes when i enter data in the weeks the october
sum calculates all 13 weeks whereas the nov and dec stay in their set
parameteres, I could just apply absolutes but its an extremely long job,
is
there anything i can turn off that makes it self calculate?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default incorrect totals

Well =sum(b2 - b6) won't give you a total of B2 to B6.
The hyphen works as a minus sign, so B2-B6 will subtract the value in B6
from the value in B2.
The SUM function tries to add a range, or a series of arguments, but you've
only given it one argument (B2-B6) so you haven't told it what to add to
B2-B6, and hence the result will simply be the value of (B2-B6), just the
same as if your formula had been =B2-B6
If you want the total of B2 to B6, the formula is =SUM(B2:B6).

If Excel is changing your formula as you add data to a range, look at Tools/
Options/ Edit, and deselect "Extend data range formats and formulas".
--
David Biddulph

"Garf" wrote in message
...
Hi David its just a simple sum i.e. October =sum(b2 - b6), Nov b7 - b10,
Dec
b11 -b14 and so on but when i enter data for week 6 for example it apples
it
to the October formula and when i go back to check it it has reset the
october formula to sum b2 b13, but nov and dec stay as they should, wierd

"David Biddulph" wrote:

You haven't told us what formula you are using to calculate your totals,
so
it is stretching the ability of the clairvoyants in the group to explain
what you've done wrong.
--
David Biddulph

"Garf" <Garf @discussions.microsoft.com wrote in message
...
I have a date selection for 13 weeks and have split the weeks in to
months
like below

28-Sep
05-Oct
12-Oct
19-Oct
26-Oct
02-Nov
09-Nov
16-Nov
23-Nov
30-Nov
07-Dec
14-Dec
21-Dec

October 0
November 0
December 0

Qtr 4 0

The problem I have is sometimes when i enter data in the weeks the
october
sum calculates all 13 weeks whereas the nov and dec stay in their set
parameteres, I could just apply absolutes but its an extremely long
job,
is
there anything i can turn off that makes it self calculate?






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
Pivot Totals: Group totals different from Grand totals PsyberFox Excel Discussion (Misc queries) 1 February 13th 08 06:16 PM
Totals of calculated field in pivot table give incorrect results Jake Excel Worksheet Functions 6 January 12th 06 06:15 PM
Incorrect totals in Pivot Table Jake Excel Discussion (Misc queries) 1 January 11th 06 10:58 PM
incorrect totals using rounded numbers Alexis Excel Discussion (Misc queries) 1 March 23rd 05 11:19 PM
Comparing/matching totals in a column to totals in a row Nicole L. Excel Worksheet Functions 3 January 27th 05 10:42 PM


All times are GMT +1. The time now is 09:57 PM.

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"