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.
This exercise is part of the course
Introduction to Google Sheets
Exercise instructions
- In
F2:F11
, returnTRUE
for countries with a higher population density than the world average,51
, andFALSE
otherwise. - In
G2:G11
, returnTRUE
for countries whereContinent
is equal to"North America"
, andFALSE
otherwise.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
