How can I assign a value to cells if it\'s neighbour contains a specific string?
For example, fields in column A:
dog11 cat22 cow11 chick
=IFS(COUNTIF(A1,"*cats*"),"cats",COUNTIF(A1,"*22*"),"22",TRUE,"none")