Hello all,
I have attached a file which demonstrates this. In my real document, I have about 3,000 rows. The formula in P is:
=COUNTIF(A2:L2,"*"&"tour:"&"*")>0
This works 100% of the time.
The formula in Q is:
=IFERROR(CELL("address",INDEX(A2:L2,MATCH("*"&"tour:"&"*",A2:L2,0))),"")...