Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Future Value of Increasing Payments

Untested, but try the following as an array formula:

=SUM(INITIAL*(1+INCREMENT)^(ROW(INDIRECT("1:"&TERM ))-1)*(1+APR)^(TERM-ROW(IN
DIRECT("1:"&TERM))))

INITIAL is the name of the cell containing the initial investment (ie $1000
in your example)
INCREMENT is the name of the cell containing the amount by which the
instalment increases annnually (ie 3% in your example)
TERM is the number of years (10 in your example)
APR is the annual growth rate (8% in your example)

To enter the formula as an array formula hold down the Control+Shift keys
when entering it.
In the formula bar the formula should be displayed surrounded by {curley
brackets} to show that it is treated as an array formula, thus:

{=SUM(INITIAL*(1+INCREMENT)^(ROW(INDIRECT("1:"&TER M))-1)*(1+APR)^(TERM-ROW(I
NDIRECT("1:"&TERM))))}

(But you do not enter the curley brackets)

I strongly recommend that you test that this produces the desired result
using test data.

--
Return email address is not as DEEP as it appears
"Joe B." wrote in message
...
Does anyone have a formula that will figure the Future Value of an

investment
where the payments are steadily increasing each period?

For Example:
An investment offers an 8% annual yield over a 10 year period. I would

like
to pay $1000 the first year and then increase my payment by 3% each year

to
year 10. I know I can do it with a For loop, but is there a simple

formula
to use for this?
Any help is greatly appreciated.



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
Increasing payment in future value formula? AXPJESTER Excel Worksheet Functions 5 May 20th 23 07:43 PM
Present Value of equal payments of a future value Quentin N Excel Worksheet Functions 1 May 6th 10 12:50 AM
Constant loan payments vs. constant payments of principal lalli945 Excel Worksheet Functions 3 December 20th 06 10:33 PM
Increasing M in M/D/Y Bill45 Excel Discussion (Misc queries) 2 May 19th 05 06:32 PM
How do I forecast future payments by analyzing past payments? CeeBee Excel Worksheet Functions 1 March 17th 05 06:43 PM


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