How do I compare two lists of numbers?

G

Guest

I have a long list of numbers in two columns. I want to find out what
numbers are in column A that are not in column B. Is it possible to use
conditional formatting to do that?
 
B

Bob Phillips

Yes, Select column A, and use a formula of

=COUNTIF($B:$B,A1)=0

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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