Manuals/calci/CUMIPMT
Jump to navigation
Jump to search
CUMIPMT(Rate,NoPaymentPeriods,PresentValue,StartPeriod,EndPeriod,Type)
- Where is the interest rate, per peroid,
- is the number of periods over which the loan or investment is to be paid,
- is the present value of loan or investment,
- is the number of the first period over which the interest is to be calculated (must be an integer between 1 and )
- is the number of the last period over which the interest is to be calculated (must be an integer between 1 and )
- is specifies whether the payment is made at the start or end of the period.
CUMIPMT() calculates the cumulative interest paid on a loan or an investment, between two specific periods.
Description
CUMIPMT(Rate,NoPaymentPeriods,PresentValue,StartPeriod,EndPeriod,Type)
- should be smaller than . Else Calci displays #NUM !error message.
- If or is <=0, then Calci displays #NUM !error message.
- If or is > , then Calci displays #NUM !error message.
- value is an integer value (either 0 or 1).
0 indicates the payment is made at the end of the period; 1 indicates the payment is made at the start of the period.
- If value is other than 0 or 1, Calci displays #N/A error message.
Examples
Consider the following example that shows the use of COUPNUM function:
=CUMIPMT() displays as a result. =CUMIPMT() displays as a result.
Related Videos
See Also
References