Dear all
I'm trying to figure out how to achieve this and I believe a Macro is the way to go but I do not know how to write it.
Say you have a column with a list of items, some of which repeat themselves:
ITEM A
ITEM B
ITEM C
ITEM A
ITEM D
ITEM D
ITEM B
I would like to find a way to have (from that row data) a column which shows the name of those items without repetitions:
ITEM A
ITEM B
ITEM C
ITEM D
I'm not looking for sums or similar (I will deal with that myself), just a way to have a neat column without the repetitions.
Thanks a lot in advance!
Vanni
Bookmarks