PMT FV Calculation

mikethepenguin

New Member
Joined
Oct 27, 2016
Messages
2
Hi all! I have always used the search function of this website to find solutions to my problems but for this one I cannot find the solution so I would require some help.
The problem is such (purely fictional ;))

Person X plans to retire at 60 and would like to take out £30,000 a year for 20 years thereafter. They have invested in a fund that returns 8%. Person X is 22 years old and plans to save until they are 50. How much should they save per year?
t = 50 - 22 = 28


Step 1 - I calculated the PV for year 60 which results = £331,532
Step 2 - I then calculated the PV which brings back that value to year 50 = £153,563
Step 3 - I calculate the PMT (for FV) and get = £1,610

My question is what is the formula behind PMT? I have tried most text book formulas and I haven't been able to get £1,610 :confused: (I kept getting £13,895)

I am using the function correctly, I just need to understand the principle behind it.

Any help will be appreciated!
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
below is a description of PMT from the excel bible

Rich (BB code):
PMT

The 
PMT function returns the loan payment (principal plus interest) per period, assuming constant

payment amounts and a fixed interest rate. The syntax for the 
PMT function is

PMT(rate,nper,pv,fv,type)

The following formula returns the monthly payment amount for a $5,000 loan with a 6 percent

annual percentage rate. The loan has a term of four years (48 months).

=PMT(6%/12,48,-5000)

This formula returns $117.43, the monthly payment for the loan. The first argument, 
rate, is the

annual rate divided by the number of months in a year. Also, notice that the third argument (
pv,

for present value) is negative and represents money owed.

 
Upvote 0
below is a description of PMT from the excel bible

Rich (BB code):
PMT

The 
PMT function returns the loan payment (principal plus interest) per period, assuming constant

payment amounts and a fixed interest rate. The syntax for the 
PMT function is

PMT(rate,nper,pv,fv,type)

The following formula returns the monthly payment amount for a $5,000 loan with a 6 percent

annual percentage rate. The loan has a term of four years (48 months).

=PMT(6%/12,48,-5000)

This formula returns $117.43, the monthly payment for the loan. The first argument, 
rate, is the

annual rate divided by the number of months in a year. Also, notice that the third argument (
pv,

for present value) is negative and represents money owed.


Thanks Barry but I am after the actual mathematic formula of the function. I can find the solution using PMT(rate,nper, ,fv) but I want to be able to do this calculation by hand.
 
Upvote 0
Try :-
Sum Req for 30K over 20Yrs @ 8% Annuity£294,544.42=(((1.08^20)-1)*30000)/((1.08^(20+1))-(1.08^20))
Save per Yr, For 28 Yrs @ 8% for 294544.422£2,860.60=(294544.422*(1.08-1))/((1.08^(28+1))-1.08)
<colgroup><col width="287" style="width: 215pt; mso-width-source: userset; mso-width-alt: 10211;"> <col width="100" style="width: 75pt; mso-width-source: userset; mso-width-alt: 3555;"> <col width="306" style="width: 229pt; mso-width-source: userset; mso-width-alt: 10865;"> <tbody> </tbody>
 
Upvote 0

Forum statistics

Threads
1,214,946
Messages
6,122,401
Members
449,081
Latest member
JAMES KECULAH

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