Loan Amortization in Google Sheets
Brent Allen
Instructor
2 new fields to add to the amortization schedule:
Returns the last day of the month a number of months before or after a specified date.
=EOMONTH(start_date, month)
Example: Loan Date - December 31, 2018. Period 3.
=EOMONTH(12/31/2018, 3)
3/31/2019
Calculated using:
Loan to Value = Loan Balance / Asset Value
Asset Value - A new value which is located close to the loan principal value on the schedule.
Loan to Value (LTV) - Added to the right beside closing balance. Calculated by:
LTV = Closing Balance / Asset Value
Loan Amortization in Google Sheets