Intermediate Google Sheets
Richie Cotton
Data Evangelist at DataCamp
A | |
---|---|
1 | 49.53669111 |
2 | 7.42453201 |
3 | 63.47273292 |
4 | 28.37423 I 27 |
5 | 15.57589729 |
6 | 34.00246333 |
123.456
)"Hello!"
)1900-02-29
)TRUE
)A | B | C | |
---|---|---|---|
1 | Value | Command | Result |
2 | 9.869604 |
=ISNUMBER(A2) |
TRUE |
3 | Data science is fun! |
=ISNUMBER(A3) |
FALSE |
ISTEXT()
checks for text.ISDATE()
checks for dates and times.ISLOGICAL()
checks for TRUE
and FALSE
.ISURL()
checks if text is web URL.ISFORMULA()
checks if the cell contains a formula.Drag the bottom-right corner of the cell to copy. Alternatively,
Intermediate Google Sheets