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

ISREF

Description

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

Syntax

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

Example

Formula
Result
=ISREF(A1)
TRUE
=ISREF(A1+A2)
FALSE