No you can't. FV assumes a constant payment. The formula to calculate the
future value of a payment invested at i% increasing j% every period is:
FV=PMT * ((1+i)^n - (1+j)^n) / (i-j)
--
Regards,
Fred
Please reply to newsgroup, not e-mail
"AXPJESTER" <AXPJESTER@discussions.microsoft.com> wrote in message
news:6FFC5815-31CF-4D2C-B953-CE57B3939726@microsoft.com...
> Can I use an increasing payment in a future value formula in 2002 Excel?
where:
i = rate of pmt increase per period
r = interest rate per period
n = number of payment periods
pmt = payment made each period
FV = Future value after last paytment is made
If payment is fixed, or i=0, then the formula becomes the familiar
PV*(1+r)^n + pmt*((1+r)^n - 1)/r + FV = 0
as documented in the excel PV function
Payment at month j is:
pmt*(1+i)^j
Let me know if you have any questions or comments. I would be glad to show
how I derived this formula
"AXPJESTER" wrote:
> Can I use an increasing payment in a future value formula in 2002 Excel?