Difference between revisions of "PMT()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to calculate the payment on a loan | Function to calculate the payment on a loan | ||
Line 12: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[CAGR()]], [[FV()]], [[LOG10()]], [[PAYMENT()]], [[PI()]], [[PV()]] |
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Numeric Data]] | [[Category:Numeric Data]] | ||
[[Category:Numeric Data Functions]] | [[Category:Numeric Data Functions]] |
Latest revision as of 14:44, 7 December 2009
Purpose
Function to calculate the payment on a loan
Syntax
PMT(<expN1>,<expN2>,<expN3>)
See Also
CAGR(), FV(), LOG10(), PAYMENT(), PI(), PV()
Description
The PMT() function is synonymous with the PAYMENT() function. It calculates the payment on a loan where <expN1> is the principal amount of the loan, <expN2> is the periodic interest rate and <expN3> is the number of payment periods of the loan. Interest rates must be converted to fractions of one (e.g. 25% = .25).
Example
? pmt(100,10,1) 110.00
Products
Recital, Recital Server