comparing matching same values in two different columns

comparing matching same values in two different columns

Post by Frank Kabe » Thu, 12 Aug 2004 05:27:18


Hi
one way (without using VBA). Enter the following in column C (cell C1:)
=IF(ISNA(MATCH(A1,$B$1:$B$100,0)),"",A1)
and copy this down.

Afterwards select column C, copy this column and insert it with 'Edit -
Paste Special - Values'. Now you can delete the old column B