![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Financial functions > PMT function |
|
|
| PMT function |
| Format |
PMT(principal;interestRate;term) |
| Parameters |
| principal - principal amount. |
| interestRate - interest rate. If the interest rate is annual, divide the rate by 12. |
| term - length of time, expressed in number of months. |
| Data type returned |
| number |
| Description |
| Returns the payment required to meet the requirements of the term, interestRate, and principal you supply. |
| Examples |
| In the following example, the PMT function calculates payments for purchasing a sports car costing $21,000, at an annual rate of 6.9% over 48 monthly payments. |
| PMT(21000;.069/12;48) returns the payment amount $501.90. |
| PMT(Cost;.13;Years) returns a payment amount, based on the purchase value stored in Cost, at a 13 percent rate, over the duration stored in Years. |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Financial functions > PMT function | Next Page |