Hello,
To simplify what I am trying to do is:
If
column a = fruit
column b = banana/s OR peach/es
then concate columns c and d.
I have done it by testing FRUIT and BANANA/S as below but I don't know how to also look for PEACH/ES as well to both return true...