Excel Excel

Ici

Joined
Mar 27, 2010
Messages
5
Reaction score
0
Does somebody know the formula for PMT WITH !!!!!!!!!!!!!!!!FV!!!!!!!!!!!!!!!!!! ??
 
Last edited:

Ici

Joined
Mar 27, 2010
Messages
5
Reaction score
0
PMT(rate,nper,pv,fv,type) ...

....and I wnat to know algorithm, matematic formula...
 

Ici

Joined
Mar 27, 2010
Messages
5
Reaction score
0
for example>
pmt:=pv*rate/(1-exp(-nper*ln(1+rate))); - but here are only rate, nper and pv
BUT I NEED FORMULA WITH FV
 

Ici

Joined
Mar 27, 2010
Messages
5
Reaction score
0
I found it.

pmt = (-pv * pvif - fv ) / ((1.0 + rate * type) * fvifa)

where:
pvif = (pow(1 + rate, nper))
fvifa = (pow(1 + rate, nper) - 1) / rate
 
Last edited:
Joined
Jan 14, 2006
Messages
12,268
Reaction score
283
Thats great you found the answer to your problem.:thumb:

Hope we can help again sometime.
 

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

Top