SheetRocks
Documentation/Formulas/ISNUMBER

ISNUMBER

Returns TRUE if the value is a number

Syntax

ISNUMBER(value)

Arguments

Argument Description Required
value The value you want to test Required

Examples

Check if value is a number

=ISNUMBER(123)
Result ⇒ true

Check if text is a number

=ISNUMBER("Hello")
Result ⇒ false

Check if decimal is a number

=ISNUMBER(3.14)
Result ⇒ true

Related Functions

Other Logical functions:


← Back to Formula Reference