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.
=IF(AND(ISNUMBER(SEARCH("FRUIT",V3)),ISNUMBER(SEARCH("BANANA*",R3))), "TRUE", "FALSE")
How do I add the final FRUIT + BANANA/S OR PEACH/ES to produce a TRUE result?
much thank for any quidance
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.
=IF(AND(ISNUMBER(SEARCH("FRUIT",V3)),ISNUMBER(SEARCH("BANANA*",R3))), "TRUE", "FALSE")
How do I add the final FRUIT + BANANA/S OR PEACH/ES to produce a TRUE result?
much thank for any quidance
Last edited: