Calculating future value with compound interest

emiliaw.

New Member
Joined
Aug 25, 2011
Messages
16
I'm trying to do something very similar to the FV function, but using compound interest, so I have an initial monthly payment amount of $259, that increases by 4% anuually for 359 months. Is there an excel function for this or a formula I can use? Thanks!!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
That is what the FV formula does. Or you could take 259 * 1.04 = period 1 interest and principal, then multiply that by 1.04 for the next period, etc. 1.04^360 is the total factor.
 
Upvote 0
I asked the question incorrectly...sorry- the amount of the payment increases by 4% every year (it's not an interest rate). Anything out there for something like that? Thanks!
 
Upvote 0
Yeah- but it's for like 30 years...I want an easy way to calculate:). A co-worker has a whole spreadsheet of these to calculate and she has been doing these all by hand. I'm thinking there has to be a more efficient was of doing this.
 
Upvote 0
This is a future value of a growing annuity. The general equation is:

FV = P * [ ((1+r)^n - (1+g)^n) / (r-g) ]

where:
P = initial payment
r = interest rate
n = number of periods
g = growth rate

The notation is difficult to post in a forum like this. If it's difficult to follow, do a Google search for growing annuity formulae.

Hope this helps.
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,703
Members
452,938
Latest member
babeneker

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top