PMT function algorithm

  • Thread starter Thread starter Gacu
  • Start date Start date
G

Gacu

Hi,

Could anybody explain me in details how excel evaluates payment rate in PMT
function please.



Thanx
(e-mail address removed)
 
It's the interest rate per period. If you specify the number of periods as
number of monthly, you need to use a monthly interest rate (APR/12).
 
I believe the formula used is

(Principle * i * (1+i)^n) ) / ((1+i)^n -1)

i = period interest rate (annual rate/12)
n = number of periods
 
Your question is not very clear. Myrna has defined the rate argument
that you pass to the PMT function. What Excel evaluates in the PMT
function is the regular payment given rate, number of periods (nper),
present value (pv), future value (fv), and type (0 if paments at end of
period, 1 if payments at beginning of period).

Help for the PV function explains how. The basic equation is

pv*(1+rate)^nper + pmt(1+rate*type)*((1+rate)^nper-1)/rate +fv = 0

which is easily rearranged to solve for any variable except rate. Rate
must be solved numerically rather than explicitly.

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top