Compare 2 columns and put unique data in column 3
On 7 Mar, 12:13, Toppers wrote:
This willputuniquenames in A incolumnC.
Putin C1 and opy down for your range incolumnA
=IF(COUNTIF(B:B,A1)=0,A1,"")
HTH
" wrote:
Hi,
I have twocolumnsofdata, they are all names.
ColumnA contains all the names whilecolumnB only contains some of
the names whichcolumnA has. I want to find out theuniquename which
ColumnB havent got but A has, andputit inColumnC, is there a way
to do it?
Thanks.
Elaine.- Hide quoted text -
- Show quoted text -
thanks! it works !!
|