Ppmt(Rate, Period, PaymentCount, PresentValue, FutureValue, Type)
Rate. The interest rate per period for a loan.
Period. Period.
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 returns the payment on the principal for a given investment based on periodic, constant payments and a constant interest rate.
| Formula | Result | Description |
| =Ppmt(0.01, 3, 12, 50000, 0, 0) | -4021,68 | Payment amount based on the following terms:
|
| =Ppmt(A0, E0, B0, 12000, 0, 1) | 541,58 | Payment amount based on the following terms:
|
See also: