How do I use ISBLANK in Excel?
Use ISBLANK when you want to check whether a cell is blank. Enter Value in that order, then add optional arguments when needed.
Checks whether value is blank.
ISBLANK(value)value
RequiredSpecify a single cell reference.
Use ISBLANK to return the result with these settings (Value: D2 (cell D2 (Result in column D))).
| # | 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)
=ISBLANK(D2)Result
TRUE
Use ISBLANK when you want to check whether a cell is blank. Enter Value in that order, then add optional arguments when needed.
Use the "Start Function Practice" button to jump straight into ISBLANK drills.
The main arguments are Value. Enter them in order.