FMV with inflation formula

Pizzio

Active Member
Joined
Apr 28, 2005
Messages
271
I'm looking for a formula that would give me the FV with inflation assuming the following. Any ideas? FV formula isn't working for me

Base $10k
Interest 8%
Inflation 3%
Over 52.4 years
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Assuming annual compounding periods, try:
Excel Formula:
=FV(8%-3%,52.4,0,-10000,0)
 
Upvote 0
Assuming annual compounding periods, try:
Excel Formula:
=FV(8%-3%,52.4,0,-10000,0)
My current calculation shows ~$48k with the new formula (adjusted 52.4 year to months) its down to ~$12k. Is the ~12k the interest/inflation only?
 
Upvote 0
It's not clear what you mean. Show what you inputted.
 
Upvote 0
Your interest rate compounding period must match your number of payment periods.
If the number of payments is in months e.g. 52.4 months, then you need to do (8%-3%)/12 <- This is the interest rate per month and you can leave the nper as 52.4.
Excel Formula:
=FV((8%-3%)/12,52.4,0,-10000,0)
 
Upvote 0
If you mean change the compounding period to monthly for 52.4 years, then this.
Excel Formula:
=FV((8%-3%)/12,52.4*12,0,-10000,0)
 
Upvote 0

Forum statistics

Threads
1,217,062
Messages
6,134,367
Members
449,869
Latest member
chiefgerry

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