Unique list of entries

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
 
G

Guest

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.
 

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