Loan Amortization in Google Sheets
Brent Allen
Instructor
The rate paid including fees is the Annual Percentage Rate or APR.
Calculate the payments on the loan plus any amortizing fees with the PMT()
function, using the posted interest rate.
Calculate the nominal rate using the RATE()
function.
Multiply the nominal rate by the number of periods to calculate the annual percentage rate.
=RATE(number_of_periods, periodic_payment, loan_amount_before_fees)
periodic_payment
as calculated earlier with the PMT()
function.Loan Amortization in Google Sheets