始める無料で始める

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.

この演習はコースの一部です

Google Sheetsで学ぶローン返済(アモチゼーション)

コースを見る

演習の手順

  • 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.

実践的なインタラクティブ演習

理論を実践に変える、インタラクティブな演習のひとつをお試しください

演習を開始する