Hi Community,
I am stuck with a calculation (IF function). It throws an error below.
Error: Formula (3): Parse Error at char(43): Invalid type in operator ==. (Expression #1)
IF [Result] = 0 THEN "No"
ELSEIF [Result] = 1 THEN "Yes"
ELSE [Result]
ENDIF
I cannot change the data type to double as it erases text. Can you please advise the workaround. Thanks