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

ISBOOLEAN

Description

Returns True if the value you specify is a boolean (logical) value; otherwise, returns False.

Syntax

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

Example

Formula
Result
=ISBOOLEAN(FALSE)
TRUE
=ISBOOLEAN("phrase")
FALSE

Notes

  • This function does the same action as ISLOGICAL().