Skip to main content
Workday User Guide
Last Updated: 2023-06-23
ISBLANK

ISBLANK

Description

If the specified value contains an empty string or a null value, returns TRUE; otherwise, returns FALSE.

Syntax

ISBLANK(
value
)
  • value
    : The value to evaluate.

Example

Formula
Result
=ISBLANK(123)
FALSE
=ISBLANK(A1) where A1 is empty
TRUE