EXCEL CUMIPMT FUNCTION

The Excel CUMIPMT method calculates the maximum interest paid on a loan or investment over two selected time periods

Syntax:

=CUMIPMT( rate, nper, pv, start_period, end_period, type )

Parameter:

  • The following are the arguments:

rate:

  • The interest rate is calculated on a per-period basis.

nper:

  • The number of repayment intervals for a loan or investment.

pv:

  • The loan/present investment’s value.

start_period:

  • The length of first term during which payment will be computed (must be an integer between 1 and nper).

end_period

  • The number of the most recent period for which interest is to be computed (must be an integer between 1 and nper).

type

 

  • An number (equal to 0 or 1) indicating whether the payment is paid at the beginning or end of the period:

 

           0 indicates that the payment is made at the end of the term;

          1 indicates that the payment is made at the beginning of the period.

Step By Step Guide of CUMIPMT Function

Example :

The Excel Cumipmt function is used in the following spreadsheet to compute the cumulative interest paid throughout each year of a $50,000 loan that will be paid off over 5 years. The interest is levied at a rate of 5% per year, and the loan payment is due at the end of each month.

  • #NUM! – Occurs if either: the supplied start period or end period is 0 or greater than nper; the supplied start period is greater than end period; or the supplied start period is greater than end period.
    Any of the provided rate, nper, or pv arguments is 0;
    The given type parameter is neither 0 nor 1.
  • #VALUE! – This error occurs if any of the supplied arguments are not recognised as numerical values.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now