Unique list of entries

  • Thread starter Thread starter Rasoul Khoshravan
  • Start date Start date
R

Rasoul Khoshravan

I have a column of texts. Some of cells are repeated. I want to obtain
unique column of texts. How can I obtain it.

Data I have:

aaa
bbb
ccc
aaa
ddd
bbb

I want to obtain: ( In a separate column)

aaa
bbb
ccc
ddd
 
One method is to use Advanced Filter - Select the range including the header
row, Data-Filter-Advanced Filter, choose copy to another location, check
unique records only and enterthe destination cell where it asks where you
want to copy to.
 
Back
Top