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.
