Deferred Payment

robfo0

Active Member
Joined
Feb 19, 2002
Messages
281
Does anyone have a calculation to find a deferred payment, usually 90 days deferred? Thanks
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
hi NateO,

I'm trying to find a formula to give me a monthly payment for a 90 day deferred loan. I can get the regular payment with the:

PMT(rate/12,term,-loanAmount),
that is PMT(rate,nper,pv),

but i cant find the method to produce the monthly payment if the loan is 90 days deferred

Hope that explains a little more?

Thanks
This message was edited by robfo0 on 2002-03-20 20:09
 
Upvote 0
Try:

PMT(rate/12,3,-loanAmount)

Where 3 = Months. My fingers are crossed.

_________________
Cheers,<font size=+2><font color="red"> Nate<font color="blue">O</font></font></font>
This message was edited by NateO on 2002-03-20 20:46
 
Upvote 0
One of many different versions; your
information is incomplete.

=PMT(Rate/12,term*12,FV(Rate/12,3,0,-Loan,0),FV,0)
 
Upvote 0
Nate, that doesnt work :(

Dave, im getting an error with your formula (#NAME?)...are the FV's supposed to be substituted with something?
i have the following:
=PMT(0.1/12,120,FV(0.1/12,3,0,-15000,0),FV,0)

Which is your formula with a 10% rate, 120 month term, and 15000 loan amount. am i doing something wrong?

Thanks
 
Upvote 0
I used named cells.

Rate 6%
term 5
Loan 100000
FV 0

If you do not use named cells, substitute the relevant cell references or amounts.
 
Upvote 0
Dave,

This is the formula of yours I tried, but it is returning an incorrect payment amount:

=PMT(0.1299/12,120,FV(0.1299/12,3,0,-15000,0))

Again, I'm trying to get the 90day deferred payment for a loan amount of 15,000 , rate of 12.99%, and a term of 120 months.

your formula returns: $231.23

According to 5 different rate sheets (which differ by pennies) the correct payment should be about : $228.66

Thanks again,
Rob
 
Upvote 0
Check help for PMT and FV

are payments in advance or arrears?
Do you mean 2 months deferral and then
payment at end of next month?

Check the real terms and then use the appropriate syntax in Excel
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,019
Members
448,938
Latest member
Aaliya13

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