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?
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?