Quote Originally Posted by canapone View Post
Hi again,

if you need true or false as outputs


Formula: copy to clipboard
=IF(A1=""," ",ISNUMBER(MATCH(1,INDEX(SEARCH("*"&$C$1:$C$121&"*",A1),),0)))


Hope it helps
Yes this is perfect. Thanks