Sigma Squared

ISNUMBER

ISNUMBER

May 31, 2023
|
No Comments

Definition: ISNUMBER is a function that returns TRUE if a value is a number, and FALSE if it is not.

Syntax: =ISNUMBER(value)

Situation: This formula is appropriate when you need to check if a value is a number.

Example: If you want to check if cell A1 contains a number, the formula =ISNUMBER(A1) will return TRUE if it contains a number, and FALSE if it does not.

Leave a Reply

Your email address will not be published. Required fields are marked *