CumIpmt(Rate, PeriodCount, PresentValue, StartPeriod, EndPeriod, Type)
Rate. Interest rate. Parameter value must be greater than zero.
PeriodCount. Total number of payment periods. Parameter value must be greater than zero.
PresentValue. The present value of the investments.
StartPeriod. The number of the first period included in calculations.
EndPeriod. Number of the last period included in calculations.
Type. Selecting payment time. The parameter may take one of 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 cumulative interest (running total) paid on a loan between two payment periods.
Payment periods are numbered starting from 1.
| Formula | Result | Description |
| =CumIpmt(3.5, 24, 12000, 1, 1, 0) | -42000,00 | Cumulative payment based on the following conditions:
|
| =CumIpmt(A0, B0, 12000, 1,1,1) | -82800,00 | Cumulative payment based on the following conditions:
|
See also: