Hi All,
could you please validate the below formula and let me know what changes are required to get a complete result.
There is nothing wrong with your formula. What is your desired behavior and what is the error that you are addressing?
The duplicated Contains function is redundant and doesn't accomplish anything for you currently.
@Srinivas_Alteryx possibly try only one equal sign in the first line?
IF [Position Status]= "Open"
as opposed to IF [Position Status]== "Open"
Otherwise I agree with @CoG
Thanks for allowing us to Post