Kelli Webb
Member
Hi, as per my formula below it is picking up all text that I've "" stated, and all else as z - Other Roles.
The issue is I need to pick up "Legal Partner" but not Transformation Legal Partner.
How do I get my formula to exclude Transformation Legal Partner??
=IF(OR(ISNUMBER(SEARCH("Branch Manager",A2)),ISNUMBER(SEARCH("Legal Partner",A2))),A2,"z - Other Roles")
The issue is I need to pick up "Legal Partner" but not Transformation Legal Partner.
How do I get my formula to exclude Transformation Legal Partner??
=IF(OR(ISNUMBER(SEARCH("Branch Manager",A2)),ISNUMBER(SEARCH("Legal Partner",A2))),A2,"z - Other Roles")