Manuals/calci/CUMIPMT

Revision as of 06:01, 16 March 2017 by Swapna (talk | contribs) (Created page with "= CUMIPMT(Rate,NoPaymentPeriods,PresentValue,StartPeriod,EndPeriod,Type) = *Where <math>Rate</math> is the interest rate, per peroid, *<math>NoPaymentPeriods</math> is the nu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

CUMPRINC and CUMIPMT

See Also

References