ISNUMBER

If the expression reference contains any number values, the function returns TRUE.

Syntax

ISNUMBER(expression)

Arguments

expression Values or cell references to examine.

Example

ISNUMBER ("Gobe") returns FALSE
ISNUMBER (A1..C9) returns TRUE if the cell range contains all numbers.