So I have two ranges:
Sentences
I am tom I am Matt I am John Johhny is my name Molly is cool
Names
Polly Molly John Matt Tom Ronnie
So i want to compare Names with Sentences, and if a word from Names exists in Sentences I want to print that corresponding name in Result. If none of the words exists in a sentence, i would like the formula to print "other".
Any help here. I have done this through multiple filters and a really big formula. But i would like to stream line this.
Here is the formula I have used so far with no results
=(IF(ISNUMBER(SEARCH(K:K,G19)),K:K))
Tweaking the formula gets me limited results. Some help would be great! Thanks again