Excel: Lookup a text within string and return Yes or No if text exists

Excel: Lookup a text within string and return Yes or No if text exists

IF(ISNUMBER(LOOKUP(2^15,SEARCH(“SearchString”,G2))),”Yes”,”No”)

Leave a Reply