시작하기무료로 시작하기

Yea OR nay

The third logical operator is OR(). This returns TRUE when any of its inputs is TRUE.

For example, OR(FALSE, TRUE, FALSE) returns TRUE since the second input is TRUE, but OR(FALSE, FALSE, FALSE) returns FALSE since all its inputs are FALSE.

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

Google Sheets 중급

강의 보기

연습 안내

  • In column H, find women who are white or have over 12 years of school
  • In column I, find women who match the previous condition and get unemployment insurance benefits.
  • In cell A28, define a filter to return only the rows that match conditions in column I.

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

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

연습 시작