diamanthian1
New Member
- Joined
- Jun 23, 2014
- Messages
- 8
Hi, I've been getting myself tied up in knots trying to do this with several loops but there must be a better way.
Cells A1 TO A100 contain a single word
Cells B2 to 200 contain a sentence
I am trying to find out if any word in Column A exists in the any sentence in Column B if True mark the sentence with a red background or something
If false do nothing
I'm struggling as I can find if the single word exists within the sentences with
=IF(ISERROR(MATCH(A100,B:B, 0)), " Match")
but I can't figure out how to mark the sentence
Any Help greatly appreciated
Cells A1 TO A100 contain a single word
Cells B2 to 200 contain a sentence
I am trying to find out if any word in Column A exists in the any sentence in Column B if True mark the sentence with a red background or something
If false do nothing
I'm struggling as I can find if the single word exists within the sentences with
=IF(ISERROR(MATCH(A100,B:B, 0)), " Match")
but I can't figure out how to mark the sentence
Any Help greatly appreciated