Comparison operators and references
The comparison operators used in Chapter 1 can also be used with references to identify cells that meet a specified criteria.
In this exercise, you'll perform comparison operations using cell references to identify both countries in North America, and countries with an above average population density.
이 연습은 강의의 일부입니다
Google Sheets 입문
연습 안내
- In
F2:F11, returnTRUEfor countries with a higher population density than the world average,51, andFALSEotherwise. - In
G2:G11, returnTRUEfor countries whereContinentis equal to"North America", andFALSEotherwise.
