Hello All,
I have a problem with setting conditional formating on an email field. Basiclly i want it to say this or this value, like the below
If i set 2 separate logic for each value so for example like below then one will be met and the other not met


I think it is because you should exclude the opposite in each condition.
Because when you say: doesn’t contain 1 or doesn’t contain 2 it takes into account everything that is not 1 OR 2 so it should be doesn’t contain 1 AND doesn’t contain 2 OR doesn’t contain 2 AND doesn’t contain 1