시작하기무료로 시작하기

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.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작