Hello Team,
We have below Excel file with Column Values
Example RoleList Column contains these values as below
RoleList
Chief Marketing Officer (CMO)
Vice President of Marketing
Marketing Strategy Manager
Market Research Analyst
Brand Manager
Brand Specialist
…
Is these a way to create OR Condition directly using Excel
OR condition currently defined as below
ExtractDataCheck = ExtractData.Contains(“Chief Marketing Officer (CMO)”) OR ExtractData.Contains(“Vice President of Marketing”) OR ExtractData.Contains(“Marketing Strategy Manager”) OR ExtractData.Contains(“Market Research Analyst”) …
Is there a way to directly use excel file to define OR Condition
Attached file for Reference
Data_BasedCondition.xlsx (5.0 KB)
Thanks team in advance