시작하기무료로 시작하기

SWITCH it on!

Sometimes you may wish to transform your categorical variables: you can use SWITCH() for this.

The formula in cell I2 shows an example of reversing the "Kids status" variable you created to get the "Has kids?" values again from column D.

=SWITCH(H2:H25, "none", FALSE, "young", TRUE, "old", TRUE)

The first argument is a range of categorical input cells, then there are pairs of start values and transformed values.

이 연습은 강의의 일부입니다

Google Sheets 중급

강의 보기

연습 안내

In cell J2, call SWITCH() to return 1 when Kids status is "none", 2 when Kids status is "young", and 3 when Kids status is "old".

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

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

연습 시작