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.
