Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Totals: Group totals different from Grand totals | Excel Discussion (Misc queries) | |||
Totals of calculated field in pivot table give incorrect results | Excel Worksheet Functions | |||
Incorrect totals in Pivot Table | Excel Discussion (Misc queries) | |||
incorrect totals using rounded numbers | Excel Discussion (Misc queries) | |||
Comparing/matching totals in a column to totals in a row | Excel Worksheet Functions |