ISNUMBER
Checks whether a cell value is a valid number and returns TRUE or FALSE.
Syntax
ISNUMBER(value)Arguments
Return value
Example
IF(ISNUMBER([2027 Plan]),[2027 Plan]*1.05,"Not a number")
Excel equivalent
Last updated
Was this helpful?