ISEMPTY

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

Syntax

isempty(value)

Arguments

value - cell or reference or expression

Return value

Either True or False

Example

isempty(AC)

Returns TRUE if AC has no value

Excel equivalent

ISEMPTY

Last updated