Syntax
| Parameter | Description |
|---|---|
| rate | Parameter of the CUMPRINC function. |
| nper | Parameter of the CUMPRINC function. |
| pv | Parameter of the CUMPRINC function. |
| start | Parameter of the CUMPRINC function. |
| end | Parameter of the CUMPRINC function. |
| type | Parameter of the CUMPRINC function. |
Examples
Principal paid in year 1
=CUMPRINC(0.065/12, 360, 350000, 1, 12, 0)
Principal paid in year 10
=CUMPRINC(0.065/12, 360, 350000, 109, 120, 0)
Total principal over entire loan
=CUMPRINC(0.065/12, 360, 350000, 1, 360, 0)
Common Errors
Start period is less than 1, end period is before start period, or other numeric arguments are invalid.
One or more arguments is not a number.
Tips
CUMPRINC tells you how much equity you've built. For a home worth $400K with a $350K mortgage, your equity after year 1 is $50K + ABS(CUMPRINC(...)).
Run both CUMPRINC and CUMIPMT for the same period range to see the principal-to-interest split. Early in a loan, CUMIPMT dwarfs CUMPRINC.
Like CUMIPMT, the result is negative (outflow). Use ABS() or negate with a minus sign for display purposes.
Try CUMPRINC in Viztab
Import your data and use CUMPRINC with 370+ other formulas. No signup required.
Open Viztab