If a cell is empty, ISBLANK returns TRUE.

If a cell contains any value, ISBLANK returns FALSE.

ISBLANK function takes one argument,value, which is a cell reference like A1.

ISBLANK example - test for empty cells in column B

Notice the result in cell C8 is FALSE even though cell B8 looks empty.

However, because cell B8 contains a single space, it is not empty.

Notice this exactly reverses the results seen with ISBLANK alone.

ISBLANK example - test for empty cells in column B

For step-by-step instructions,see this example.

This can cause problems when the goal is to count or process blank cells that include empty strings.

One workaround is to use theLEN functionto test for a length of zero.

ISBLANK example - test for empty cells in column B

ISEVEN will return the #VALUE error if a value is not numeric.

When a cell contains a formula ISFORMULA will return TRUE regardless of the formula’s output or error conditions.

ISNONTEXT Function

The Excel ISNONTEXT function returns TRUE when a cell contains any value except text.

ISBLANK example - test for empty cells in column B

This includes numbers, dates, times, errors, and formulas that do not return text.

ISNONTEXT also returns TRUE when a cell is empty.

ISODD will return the #VALUE error if a value is not numeric.

ISBLANK example - test for empty cells in column B

ISREF Function

The Excel ISREF returns TRUE when a cell contains a reference and FALSE if not.

you could use the ISREF function to check for a reference in a formula.

ISBLANK example - test for non-empty cells in column B

ISBLANK example - if date is empty task is open

ISBLANK example - conditional formatting to highlight empty cells

Excel formula: Check register balance

Excel formula: If cell is blank

Excel formula: Highlight blank cells

Excel formula: If not blank multiple cells

Excel formula: Add row numbers and skip blanks

Excel formula: Count line breaks in cell

Excel formula: If cell is not blank

Excel formula: Calculate days open

Excel formula: Return blank if

Excel formula: Only calculate if not blank

Excel formula: Celsius to Fahrenheit conversion

Excel formula: Get first non-blank value in a list

Article image

Article image

Article image

Article image

Article image

Excel ISERR function

Excel ISERROR function

Excel ISEVEN function

Excel ISFORMULA function

Excel ISLOGICAL function

Excel ISNA function

Excel ISNONTEXT function

Excel ISNUMBER function

Excel ISODD function

Excel ISREF function

Excel ISTEXT function

ISBLANK example - if date is empty task is open