Loan Amortization in Google Sheets
Brent Allen
Instructor
Cumulative Calculation Functions provide a balance of all interest and principal payments made on an amortizing loan up to a specified period.
Principal
Periodic=PPMT(rate, number_of_periods, present_value, end_or_beginning)
Cumulative
=CUMPRINC(rate, number_of_periods, present_value, first_period, last_period, end_or_beginning)
Interest
Periodic=IPMT(rate, number_of_periods, present_value, end_or_beginning)
Cumulative
=CUMIPMT(rate, number_of_periods, present_value, first_period, last_period, end_or_beginning)
Loan Amortization in Google Sheets