how to find unpaired values at comparison of two columns

F

Frank Kabel

Hi
try the following:
- select cells A1:A18
- goto Format - Conditional format
- enter the following formula
=COUNTIF($B$1:$B$30,A1)=0
- choose a format

After this select B1:B18 and in the conditional format
dialog enter the formula
=COUNTIF($A$1:$A$30,B1)=0
 
F

Frank Kabel

Hi
do you also get an error if you enter this formula in an
empty cell?
If yes, what field separator do you use (depens on your
regional settings)
 

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