ISBLANK function

ISBLANK returns TRUE if the reference to a cell is blank. This function is used to determine if the content of a cell is empty. A cell with a formula inside is not empty. If an error occurs, the function returns a logical or numeric value.

Syntax

ISBLANK(value)

value is the content to be tested.

Example

=ISBLANK(D2) returns FALSE.