logo
excelfunctions.org
bookmarks

CUMPRINC

Returns the cumulative principal paid on a loan between two periods.

FinancialFinance & Accounting

What it does

Calculates total principal paid on a loan between two periods.

Syntax

CUMPRINC(rate, nper, pv, start_period, end_period, type)

Arguments

  • rate(number) β€” Interest rate per period.
  • nper(number) β€” Total periods.
  • pv(number) β€” Loan amount.
  • start_period(number) β€” Start period.
  • end_period(number) β€” End period.
  • type(number) β€” Timing.

Examples

Cumulative Principal

Principal paid in first year.

FORMULA
=CUMPRINC(0.05/12, 60, 10000, 1, 12, 0)
RESULT
-1800
SAMPLE DATA
A
1Result
2-1800