Hello all, I am trying to use the WORKDAY_DIFF Formula but it is returning #ERROR and I am struggling to determine why. The IF,AND piece is working, the WORKDAY_DIFF is not (on its own or with the rest of the formula).
IF(
AND({DateSubmitted}, {DateCompleted}),
WORKDAY_DIFF({DateSubmitted},{DateCompleted})
)
My fields are set to ISO dates. DateSubmitted is the Created Time auto value, and the DateCompleted is a formula -
IF(Status="Done",NOW())
Any help you can provide would be much appreciated. Thank you!