ISBLANK
Returns TRUE if the value refers to an empty cell, FALSE otherwise.
| Category | Information |
| Syntax | ISBLANK(value) |
Parameters
| Parameter | Required | Description |
|---|---|---|
value | Required | The value or cell reference to test. |
Example
ISBLANK(A1) // → TRUE if A1 is empty
Auto-generated from the EngCanvas function registry.