Hi all,
I have two lists of text, one is single words and the second is text strings and need to figure out if any of the text strings contain any of the list of words.
A quick example would be a list of list of businesses in A1:A8 as below
A1 A family doctors office
A2 A trusting law office, LLC
A3 Fresh grocery store, Inc.
A4 Another grocer
A5 Flowers everywhere
A6 Computer help, LLC
A7 Cup of Joe
and a list of lookup text in cells C1:C3
C1 doctor
C2 grocer
C3 LLC
I want to find any business in the A1:A7 range that has any substrings contained in the C1:C3 range. Doesn't have to return anything fancy, just some type of indication that any of the single words exist within the text string. I can do it for static values, just can't quite get this to work for arrays lookups. Any thoughts and ideas would be much appreciated!
I have two lists of text, one is single words and the second is text strings and need to figure out if any of the text strings contain any of the list of words.
A quick example would be a list of list of businesses in A1:A8 as below
A1 A family doctors office
A2 A trusting law office, LLC
A3 Fresh grocery store, Inc.
A4 Another grocer
A5 Flowers everywhere
A6 Computer help, LLC
A7 Cup of Joe
and a list of lookup text in cells C1:C3
C1 doctor
C2 grocer
C3 LLC
I want to find any business in the A1:A7 range that has any substrings contained in the C1:C3 range. Doesn't have to return anything fancy, just some type of indication that any of the single words exist within the text string. I can do it for static values, just can't quite get this to work for arrays lookups. Any thoughts and ideas would be much appreciated!