Loan Amortization in Google Sheets
Brent Allen
Instructor
Schedule
Dashboard
=IF(condition, value if true, value if false)
IF()
formula.The SWITCH()
function takes values from a cell and converts them to other values.
=SWITCH(cell, case1, value1, case2, value2, ... default value)
The IFS()
formula takes multiple conditions and returns a value based on the first true condition.
=IFS(condition1, value1, condition2, value2...)
Loan Amortization in Google Sheets