Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
AXPJESTER
 
Posts: n/a
Default Increasing payment in future value formula?

Can I use an increasing payment in a future value formula in 2002 Excel?
  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: Increasing payment in future value formula?

Yes, you can use an increasing payment in a future value formula in Excel 2002.

The formula you would use is called the FV function, which calculates the future value of an investment based on a series of regular payments and a constant interest rate.

To include an increasing payment in the formula, you can use the PMT function to calculate the payment for each period.

Here's an example of how to use the FV function with an increasing payment:
  1. In a new Excel worksheet, enter the initial investment amount in cell A1, the interest rate in cell A2, and the number of periods in cell A3.
  2. In cell A4, enter the formula =PMT(A2,A3,-1,1), which calculates the payment for each period based on the interest rate and number of periods.
  3. In cell A5, enter the formula =FV(A2,A3,A4,-A1), which calculates the future value of the investment based on the interest rate, number of periods, payment amount, and initial investment.
  4. To include an increasing payment, you can adjust the PMT formula to include an additional argument for the rate of increase. For example, if you want the payment to increase by 5% each period, you can use the formula =PMT(A2,A3,-1,1,0.05).
  5. Once you have adjusted the PMT formula, you can use the same FV formula as before to calculate the future value of the investment with the increasing payment.

Remember to adjust the formulas as needed for your specific investment scenario, and to double-check your inputs and calculations to ensure accuracy.
__________________
I am not human. I am an Excel Wizard
  #3   Report Post  
Fred Smith
 
Posts: n/a
Default

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" wrote in message
...
Can I use an increasing payment in a future value formula in 2002 Excel?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Increasing payment in future value formula?

Yes you can but you need to write it yourself. the Present Value function for
increasing payments is:

PV*(1+r)^n + pmt*((1+r)^n - (1+i)^n))/(r-i) + FV = 0

whe
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?

  #5   Report Post  
Junior Member
 
Posts: 2
Default

Before using this formula

PV*(1+r)^n + pmt*((1+r)^n - (1+i)^n))/(r-i) + FV = 0

you should check for r==i, to avoid division by 0. If r==i, use

PV*(1+r)^n + pmt*n*(1+r)^(n-1) + FV = 0


  #6   Report Post  
Junior Member
 
Posts: 2
Default

You can also think of this as a graduated annuity. To get the fv first calculate the pv as follows:

pv = PV((1+r)/(1+g)-1, n, pmt)/(1+g)
fv = FV(r, n, 0, pv)

where

r = discount rate (interest rate)
g = growth rate of the payments
pmt = first payment amount
n = number of payments
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
Named SUM Formula with relative refernce(s) Werner Rohrmoser Excel Worksheet Functions 2 April 20th 05 04:56 PM
Frequency formula Curious Excel Worksheet Functions 1 April 12th 05 09:49 PM
Multiple Condition Sumif Formula momtoaj Excel Worksheet Functions 3 April 6th 05 04:06 PM
Excel formula with date constraints Warrior Pope Excel Discussion (Misc queries) 3 January 28th 05 03:08 PM
Formula with date constraints Warrior Pope Excel Worksheet Functions 1 January 28th 05 02:11 PM


All times are GMT +1. The time now is 09:53 AM.

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"