I want to FIND if a value in a table occurs within a text string.
For example.... I have a number mulitple rows of random letters such as....
dfgrtvghj
utyhg
124BVWghjj
And my lookup table has the values
rtv
BVW
These values do exist in the example above in rows 1 and 3 but not in row 2.
So, for each row, how can I validate whether a value in my lookup table exisits within the random letters. (My lookup range is ver large so I cannot use nested FIND statements).
Thanks
Bookmarks