This is the formula I was given yesterday and it works perfectly to find specific words in another column. However, It's pulling false positives due to a string of letters looking like it's one of the retailers I track. For example I track AMC, but I have a quote that has GVAMC so I get a TRUE. How can I add into the formula below to exclude "GVAMC" specifically and not "AMC"?
=SUMPRODUCT(--ISNUMBER(SEARCH(Retailers_Tracked,A3,1)/LEN(Retailers_Tracked)))>0
Bookmarks