IsNumber

Syntax

IsNumber(Value)

Parameters

Value. Checked value.

Description

It checks if the value is number.

Comments

It returns TRUE if the value is number, otherwise it returns FALSE.

Numbers, empty cells, logical values, text, cell references, and formulas can be used as a parameter value.

Example

Formula Result Description
=IsNumber(J0:K3) FALSE The J0:K3 cell range contains not only numeric values.

See also:

Function Wizard │ Logical Functions