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 check whether cell C2 (Value 3 in column C) is blank.
| # | 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(C2)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.