Hi,
I want to do a comparison between two columns.
Ie make a formula to check if ONLY one of the two columns have a value.
Does this make sense? Im not sure if it fully covers the logic because i only want to identify if 1 of them have a value and 1 doesnt as "ERROR" . I do not want to flag if both are Blank then error. Hopefully that makes sense.
My formula:
If [Date] = '' OR [Status] = '' then "ERROR" else "" Endif