Excel search for a word in a cell

Solved/Closed
eiram -  
 CL -
Hello,

In Excel, I need to find cells containing a specific word to be able to apply a condition to the affected rows.
The basic idea is: if (cell A1 contains the word “déchet”; “produit à jeter”; “produit encore valide”)

What formula can I use?

Thanks in advance for your help

2 answers

  1. Denis.L Posted messages 438 Status Member 232
     
    If you want to get "true" when the word "déchet" appears
    in your parsing, it's the error that, when true, returns "true"

    Denis
    20
    1. eiram
       
      Okay, thanks, I had interpreted the S.I. the wrong way.
      0