Hi all,
I am hoping someone can help. I ma trying to create a formula that selects multiple arguments for one output, but I ma struggling some.
IF [STATUS_1] = "C" AND([OPERATED] = "YES" AND !isnull([DATEOPERATED]) AND [TURN_COUNT] > 0 THEN "C"
ELSE "" ENDIF
So if the (status1, Operated, Dateoperated and Turn Count > 0) THEN "C"
Thanks in advance!