Loan Constant

elisaleach

Board Regular
Joined
Aug 19, 2003
Messages
82
I am trying to back into the interest rate and term of a loan constant. and also go forward, however i am not coming up to what is supposedly the correct answer...
(.0625/12)/(1-(1/(1+(.0625/12))^300)) which is supposed to reflect 6.25% and 25 yr amortization to determine the constant. I am being told the answer is 7.916% however that is not what comes up in excel.. Any suggestions. i know i must have a paren in the wrong spot.
and why would i come up with something different than on just the annual basis - =(0.0625)/(1-(1/(1+(0.0625))^25))?

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,)
=6.25% / (1 - 1/(1+6.25%)^25) returns 8.0095%

More simply, though, so does =PMT(6.25%, 25, -1)
 
Upvote 0
=PMT(6.25%/12,25*12,-1)*12 returns 7.916033%. Is the difference between the two just that it is 7.916033% on a monthly compounding basis which equates to a 8.009462% annual basis?
 
Upvote 0
Yes, because you make payments throughout the year rather than in a lump sum at the end of the year.

Edit: Maybe that wasn't clear -- you are paying less for the whole loan because you're paying monthly, so less interest accumulates on the outstanding balance.
 
Last edited:
Upvote 0
You are getting a result of about .66%?

Multiply your result by 12.

Sorry it took so long.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,588
Members
449,039
Latest member
Arbind kumar

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