Checks whether the specified value is numeric.
Syntax Copy Code |
---|
ISNUMBER( Any x ) → Logical |
If x is a numeric value (this includes numbers, currencies, dates, times, and logical values), returns TRUE. If x is a reference to a cell, the value of the referenced cell is tested. If x is an error value, this error value is returned. In any other case, the function returns FALSE.
Formula Copy Code |
---|
=ISNUMBER(5.5) |
Function Reference
ERROR.TYPE Function
ISBLANK Function
ISERR Function
ISERROR Function
ISLOGICAL Function
ISNA Function
ISREF Function
TYPE Function