how to find unpaired values at comparison of two columns

  • Thread starter Thread starter Oleg
  • Start date Start date
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
 
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)
 
Back
Top