Making numbers while the sun shines
Here, you'll use
ISNUMBER()
to find which cells are really numbers, then N()
to convert all values in a column to be numbers.This exercise is part of the course
Intermediate Google Sheets
Exercise instructions
A wind speed value is not really a number.
- In
H2
, callISNUMBER()
to check if cellB2
is a number. - Copy the formula down to
H20
. - In column
I
, useN()
to convert the values from columnB
to numbers. - In column
J
, useISNUMBER()
to confirm that columnI
contains only numbers.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
