Skip to main content

ISBLANK

Returns TRUE if the value refers to an empty cell, FALSE otherwise.

CategoryInformation
SyntaxISBLANK(value)

Parameters

ParameterRequiredDescription
valueRequiredThe value or cell reference to test.

Example

ISBLANK(A1)          // → TRUE if A1 is empty

Auto-generated from the EngCanvas function registry.