comapre two lists

G

Guest

Hi
once i did this, but now i've forgotten the formula.
I want to comapre two lists, I want to use a conditional formatting, so that
those cells that their contents doesn't exist in the other list would be
marked in color gray.
if anyone can help please! last time I remeber I used the function countif().
thanks a lot.
Mansure
 
F

Frank Kabel

Hi
if your lists are in A1:A100 and B1:B100 try:
- select A1:A100
- goto the conditional format dialog
- enter the formula
=COUNTIF($B$1:$B$100,A1)=0
- choose your format
 
G

Guest

Thank you veeeeeeeeeeeeeery much Frank.

Frank Kabel said:
Hi
if your lists are in A1:A100 and B1:B100 try:
- select A1:A100
- goto the conditional format dialog
- enter the formula
=COUNTIF($B$1:$B$100,A1)=0
- choose your format
 

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

Similar Threads


Top