selecting unique items

  • Thread starter Thread starter Mortir
  • Start date Start date
M

Mortir

i have the following case:

in one column I have some items that repeat themselves, now id like to
extract in another column only uniqu items. example

Column A
austria
belgium
latvia
latvia
greece
greece

what id like to get is
austria
belgium
latvia
greece

No repetitions. Is there a way i can do this?
 
You need to have a header above your column for the following method
to work, so if you don't have one then insert a new row 1 and enter
"Countries" in A1.

Highlight all your data (plus heading) in column 1, then click on Data
| Filter | Advanced Filter - in the pop-up you should select Unique
Records Only as well as Copy to Another Location and in the Copy To
box put C1 (or some other reference if you have data in column C
already).

Then click OK and you will have your unique list in column C.

Hope this helps.

Pete
 
Select A1
Data->Advanced filter
Check Option button "Copy to another place"
Check Check box "Unique data only"
Enter $B$1 to field "Copy to"
Press OK

Regards,
Stefi


„Mortir†ezt írta:
 
You need to have a header above your column for the following method
to work, so if you don't have one then insert a new row 1 and enter
"Countries" in A1.

Highlight all your data (plus heading) in column 1, then click on Data
| Filter | Advanced Filter - in the pop-up you should select Unique
Records Only as well as Copy to Another Location and in the Copy To
box put C1 (or some other reference if you have data in column C
already).

Then click OK and you will have your unique list in column C.

Hope this helps.

Pete







- Show quoted text -

wonderfull. thanks Pete!
 
Select A1
Data->Advanced filter
Check Option button "Copy to another place"
Check Check box "Unique data only"
Enter $B$1 to field "Copy to"
Press OK

Regards,
Stefi

"Mortir" ezt írta:








- Show quoted text -

und herzlichen dank Stefi!!! :)
 

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

Back
Top