EXCEL ISBLANK FUNCTION

This method returns a logical value if a cell is empty (TRUE or FALSE). =ISBLANK(A1), for example, will return TRUE if A1 is empty but FALSE if it includes text or formulae. The cell may appear to be empty at times, although this is not always the case.

Syntax:

=ISBLANK (value)

Parameter list:

value – the value that will be checked.

Step By Step Guide of ISBLANK Function

Example:

The fourth row in this example returns TRUE since the A4 cell is empty. A2 and A5 include values and return FALSE, but A3 and A6 contain a single quotation and a single space, which are not visible when viewing the Excel sheet.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now