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 check whether cell A2 (Value 1 in column A) holds a number.
| # | 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(A2)Result
TRUE
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.