For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?