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.
