ISNUMBER
Returns TRUE
if the value is a number (not a text containing digits), FALSE
otherwise
Usage
ISNUMBER(value)
Parameters
value |
(Required) The value to check |
Examples
More information
A text containing digits may look like a number, but it is not considered a number, so it will be refused by functions that expect a number.