Hi warnimont!
Use the RATE function:
Description:
Returns the interest rate per period of an annuity
Syntax:
=RATE(nper,pmt,pv,fv,type,guess)
Nper: The number of periods
pmt: The payment made each period
pv: The Present Value (the loan)
fv: Future Value (Optional)
type: 0 = Payment in arrears; 1 = payment in advance (Optional)
guess: a guide for the function to work on (Optional and not often
required)
Typically:
Loan 100000
Term 20 years paid monthly
payments 740 inclusive of fees
fv: no balloon
type: payments at the end of each month
fees 2% of loan
=RATE(240,-740,100000*(1-2%),0,0)
Returns: 0.555111736656528%
This is effective rate per month.
So APR:
=RATE(240,-740,100000*(1-2%),0,0)*12
Returns: 6.66134083987834%
And Annual Effective:
=(1+RATE(240,-740,100000*(1-2%),0,0))^12-1
Returns: 6.86852988699223%
--
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.