ISBLANK (is empty?)

Navigation:  Formulas and functions > Functions from A to Z >

ISBLANK (is empty?)

Previous pageReturn to chapter overviewNext page

Syntax:

ISBLANK(Cell)

Description:

This returns TRUE if the given cell is empty.

Example:

If A1 contains any value and C7 is empty, the following applies:

ISBLANK(A1) returns FALSE

ISBLANK(C7) returns TRUE

See also:

ISNA, IFEMPTY, COUNT, COUNTA