시작하기무료로 시작하기

AND now for something completely different

Sometimes you want to know if several logical conditions are all true at the same time. For this you can use the AND() function.

AND(TRUE, TRUE, TRUE) returns TRUE, since all the inputs are TRUE. AND(TRUE, FALSE, TRUE) returns false, since the second input is not TRUE.

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

Google Sheets 중급

강의 보기

연습 안내

  • In column H, find the women who are married and have kids, but not young kids.
  • In cell A28, define a filter to return only the rows where column H is TRUE.

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

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

연습 시작