Pmt(Rate, PaymentCount, PresentValue, FutureValue, Type)
Rate. The interest rate per period for a loan.
PeriodCount. The total number of payments for a loan.
PresentValue. The present value: the total amount that a series of future payments is worth now.
FutureValue. The required value of future cost or the remainder after the last payment.
Type. Selecting payment time. The parameter may take the following values:
0. Payment at the end of the period.
1. Payment at the beginning of the period.
NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.
It calculates the payment for a loan based on constant payments and a constant interest rate.
| Formula | Result | Description |
| =Pmt(0.01, 12, 50000, 0, 0) | -4442,44 | The amount of periodic payment based on the following conditions:
|
| =Pmt(A0, B0, 12000, 0, 1) | -2138,82 | The amount of periodic payment based on the following conditions:
|
See also: