IniziaInizia gratis

Hiding unused rows review

After adding in the lump sum, some of the rows are no longer needed, since the loan fully amortizes 4 months ahead of schedule. Earlier in the course, you used the IFS() function to hide rows that are not needed when the loan is fully amortized.

In this lesson, you will only need to update the period column; the rest of the columns have already been updated for you. You will need to use an IFS() formula to check if the prior row is blank or the prior closing balance is zero. Use 1=1 as the non-blank condition in your IFS() formula.

Use a ROW()-4 function to calculate the period; this will allow you to copy the formula down instead of having to re-enter for all the rows.

Questo esercizio fa parte del corso

Loan Amortization in Google Sheets

Visualizza il corso

Istruzioni dell'esercizio

  • Modify the periods in column D so that they show "" checking first if the prior period is blank, then if the prior closing balance is zero using an IFS() formula.
  • Change the periods in column D from numeric values to the formula ROW()-4 as the final condition on the IFS() formula.
  • Do not update any column other than column D.

Esercizio pratico interattivo

Passa dalla teoria alla pratica con uno dei nostri esercizi interattivi

Inizia esercizio