Forum Discussion
John23785
Jul 30, 2024Copper Contributor
If Or Statement, Cell contains specific text
Hello - I am trying to write a formula that says If Name contains Fred1, Fred2, or if Column B says Blue, or Column C says Leave, then Include (True) or Exclude (False). For example: Name Sp...
John23785
Jul 30, 2024Copper Contributor
Think I'm using this wrong, as I'm returning #VALUE when I drag it down to the rest of the cells. Formula being: =(IsNumber(Search("Fred1",A2)+(A2="Leave"))>0
HansVogelaar
Jul 30, 2024MVP
- John23785Jul 30, 2024Copper ContributorThanks Hans!