ISBLANK

The ISBLANK function returns the logical value TRUE if the value argument is a reference to an empty cell; otherwise, it returns FALSE.

Syntax

isblank(value)

Arguments

value - cell or reference or expression

Return value

Either True or False

Example

isblank(AC)

Returns TRUE if AC is empty

Excel equivalent

ISBLANK

Last updated