Conditional Formatting based on match to external list

D

Dawn Mann

Hi,

I have a list of companies, need to look at a separate list of countries
and, if any of the companies are in countries found in that list, I want to
highlight the cell containing the company country value.

Basically, I need a formula that looks at the company country value, then
searches the entire list of countries to find a match.

I've got over 10,000 companies in one list and 100+ countries in the second
list.

Dawn
 
S

Steve Dunn

untested, assumes your list of countries is called "countries" and the
company countries column is E.

=match($E1,countries,0)
 

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