ISNUMBER Function Explained
The ISNUMBER Function in Microsoft Excel checks to see if a value is a number and returns TRUE if it is, or FALSE if it is not. It takes a single argument, which is the value to be tested.
ISNUMBER Function Syntax
ISNUMBER(value)
- value: The value that you want to test. It can be a number, a cell reference, or a formula.

