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

ISLOGICAL

Description

If the specified value is a logical value, returns TRUE; otherwise, returns FALSE.

Syntax

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

Example

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

Notes

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