Hi Norman,
Thanks for your input, however, I'm trying to determine the following (based on your example). The $1,500.00 (B4 = fees) does not accrue interest but does needs to be paid off first. The original interest rate & term (B2 & B3) will remain as is for the loan amount (B1).
Using the PMT formula based on B1 + B4 results in an overcalculation as the fees do not accrue interest over the the repayment period.
=-PMT(B2/12, B3*12,B1+B4,0,0)
=$1,126.86
Using the PMT formula based on B1 alone results in an undercalculation as the O/S fees are not being accounted for.
=-PMT(B2/12, B3*12,B1,0,0)
=$1,110.21
The first few payment(s) will be applied against the O/S fees, then subsequent payments will be applied against the loan amount & the accrued interest for the rest of the term. I am trying to find if there is a formula that can provide a more accurate payment amount estimate somewhere between $1,110.21 & $1,126.86.
----- Norman Harker wrote: -----
Whoops!
Too much Christmas spirit!!
Payments are made on the basis of the amount of loan:
=PMT(B2/12,B3*12,B1,0,0)
Returns: -$1110.21
But you have to pay the fees on draw down and this makes the effective
rate higher because the effective loan is loan less fees.
=RATE(B3*12,-1110.21,B1-B4,0,0,0.1)
Returns: 0.527940141528869%
Equivalent to a nominal rate of 6.34% compared with the quoted rate of
6%
You'll find that the impact of the fees varies with the term of the
loan with much higher impacts being evidenced for short loan terms.
Where a loan is paid off earlier than the contracted period, it can be
shown that the impact of the rate is based upon the actual term rather
than the contractual term.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.