Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JV JV is offline
external usenet poster
 
Posts: 22
Default Sum of constant decrement

Hello,

Is there a formula which could answer the following?

Monthly deduction is $1,500 in January of 2009 and drops by $15 per month.
What are the totals for 2009, 2010 and 2011?

Thanks in advance for the help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Sum of constant decrement

Hi,

Try this formula for 2009. C5 has 1,500 and C6 has 15. In D5:D7, enter
2009, 2010 and 2011. In E5, enter
=SUMPRODUCT((C5-(C6*{0,1,2,3,4,5,6,7,8,9,10,11}))). In E6, enter
=SUMPRODUCT((($C$5-(11*$C$6*(D6-$D$5)))-($C$6*{0,1,2,3,4,5,6,7,8,9,10,11}))).
You can now copy this down to cell E7

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"JV" wrote in message
...
Hello,

Is there a formula which could answer the following?

Monthly deduction is $1,500 in January of 2009 and drops by $15 per month.
What are the totals for 2009, 2010 and 2011?

Thanks in advance for the help.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Sum of constant decrement

"JV" wrote:
Is there a formula which could answer the following?
Monthly deduction is $1,500 in January of 2009 and drops by
$15 per month. What are the totals for 2009, 2010 and 2011?


Put the following formula into B1 and copy down through B3:

=SUMPRODUCT(1500-12*15*(ROW(1:1)-1)-15*(ROW($1:$12)-1))

Alternatively, you can remove the constants as follows:

=12*(1500-12*15*(ROW(1:1)-1))-15*SUMPRODUCT(ROW($1:$12)-1)

Caveat: The use of ROW(1:1) makes it difficult to move and insert cells.
If that's a concern, you could put 2009, 2010 and 2011 into A1:A3, and enter
one of the following formula into B1 and copy down:

=SUMPRODUCT(1500-12*15*(A1-$A$1)-15*(ROW($1:$12)-1))

=12*(1500-12*15*(A1-$A$1))-15*SUMPRODUCT(ROW($1:$12)-1)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default Sum of constant decrement

w/o using SUMPRODUCT and using formula for sum of arithmetic
progression you might use the following:

A1=100000
A2=1500
A3=15
A4=12 (or number of months generally)

=A4*(2*(A1-A2)-(A4-1)*A3)/2

HIH


On 7 Maj, 07:56, JV wrote:
Hello,

Is there a formula which could answer the following?

Monthly deduction is $1,500 in January of 2009 and drops by $15 per month.. *
What are the totals for 2009, 2010 and 2011?

Thanks in advance for the help.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 690
Default Sum of constant decrement

Hi. If I am not mistaken,

= 19170 - 2160*yr

where yr is 1, 2, or 3...etc

Returns:
{17010, 14850, 12690...}

= = = =
HTH
Dana DeLouis


JV wrote:
Hello,

Is there a formula which could answer the following?

Monthly deduction is $1,500 in January of 2009 and drops by $15 per month.
What are the totals for 2009, 2010 and 2011?

Thanks in advance for the help.

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
how do decrement a value in excel eXCEL QUESTION Excel Discussion (Misc queries) 2 March 4th 09 11:22 PM
if you drag the fill handle will it decrement the series ajbanana Excel Discussion (Misc queries) 3 January 31st 07 08:04 AM
if you drag the fill handle will it decrement the series ajbanana Excel Discussion (Misc queries) 3 January 31st 07 07:33 AM
How can I automatically decrement a column in hexadecimal numbers Bonk33r Excel Discussion (Misc queries) 4 August 7th 06 06:59 PM
How do I increment or decrement values in a column? OldKenGoat New Users to Excel 3 January 6th 05 01:05 AM


All times are GMT +1. The time now is 01:11 PM.

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"