How do I use ISNUMBER in Excel?
Use ISNUMBER when you want to check whether a value is numeric. Enter Value in that order, then add optional arguments when needed.
Checks whether value is a number.
ISNUMBER(value)value
RequiredSpecify a single cell reference.
Use ISNUMBER to return the result with these settings (Value: B2 (cell B2 (Value 2 in column B))).
| # | AValue 1 | BValue 2 | CValue 3 | DResult |
|---|---|---|---|---|
| 2 | 120 | Text | ||
| 3 | 98.5 | 100 | ||
| 4 | 0 | N/A | ||
| 5 | 45 | Test | ||
| 6 | ||||
| 7 | ||||
| 8 |
How to Use (Formula)
=ISNUMBER(B2)Result
FALSE
Use ISNUMBER when you want to check whether a value is numeric. Enter Value in that order, then add optional arguments when needed.
Use the "Start Function Practice" button to jump straight into ISNUMBER drills.
The main arguments are Value. Enter them in order.