Forum Discussion

temporalnaut's avatar
temporalnaut
Copper Contributor
Oct 06, 2020

Find a list of words in multiple columns

Hi, please, I use this formula in Excel to find out which cells contain certain text: =IF(COUNT(SEARCH({"white","blue","red","black"},B1)),"Yes","") As you can see, the formula looks for text in ce...
  • HansVogelaar's avatar
    Oct 06, 2020

    temporalnaut 

    Try this formula:

     

    =IF(SUM(COUNTIF(A1:Q1,{"*white*","*blue*","*red*","*black*"})),"Yes","")

Resources