stripping out a list based on a smaller list

T

The Grinch

Hi All,

would really appreciate help on this one.

I have a very large list of text strings (50,000) and a small list o
text strings (300). I want to highlight all cells in the large lis
whose contents CONTAINS ANY of the strings in the small list.

any ideas?

CHEER
 
A

Anders S

One way is to use Conditional Formatting on the long list with a formula like

=SUMPRODUCT(--(B1=$K$1:$K$3))

assuming the long list starts in B1 and the short list starts in K1, adjust the references to suit.

HTH
Anders Silvén
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top