If I had 2 lists. List 1 was in column A and list 2 was column B :
A1) bigtomato
A2) fatamerican
A3) happysailer
B1) round
B2) hat
B3) big
And I want to have a code that says if A1 contains (B1,B2 or B3) then enter that contained word. In this case A1 contains the word "big" from B3
How...