Hi Everyone,
Appreciate some help with the following
Am looking to conduct "if contain "String1 or String2", then "String" on the following example field on a formula tool
Objective is the following
- if Campaign column contains "(S)" and "Brand" then "Branded Paid Search"
Elseif
- if Campaign column contains "(S)" only then "Generic Paid Search"
| Campaign |
| (S) Car Insurance_Brand_BMM |
| (S) Car Insurance_Brand_EM |
| (S) Car Insurance_Cheap_BMM |
| (S) Car Insurance_Cheap_EM |
Was wondering if Regex is the best method to go about addressing this ?
if it is what will the Regex be ?
Thanks in advance !!