Eisasuarez
Well-known Member
- Joined
- Mar 23, 2012
- Messages
- 653
Hi All
i have a list of OR conditions that need to be met before returning a value
ie =if(or(a1=“test1”,a1=“test2”,a1=“test3”)...etc
rather than having to change the values inside the cell if the or conditions was to grow, how can I look it up in a range
ie =if(or(a1=OrConditionCriterias),”yes”,”no”)
i have a list of OR conditions that need to be met before returning a value
ie =if(or(a1=“test1”,a1=“test2”,a1=“test3”)...etc
rather than having to change the values inside the cell if the or conditions was to grow, how can I look it up in a range
ie =if(or(a1=OrConditionCriterias),”yes”,”no”)