
Originally Posted by
rugbyfan
Initially I just wanted to find phrase matches, this would result in the example you chose not producing a match.
For the above a "standard":
where A2&A3 are your top keywords and B2 the first string in remaining list

Originally Posted by
rugbyfan
it would be very beneficial if it could find the phrase matches even if the words were not in order
For the above you might want to consider a UDF.
Below not really tested in depth...
called along the lines of:
with optional parameters for defining case sensitivity (assumed insensitive) & string delimiter (assumed space) - each of which can be explicitly specified as desired.
Bookmarks