in one of my spreadsheets i have a column w/ ID numbers, but many of them are duplicates. some only have one or two dupes while some have hundreds. i'd like to display all the unique values. i dont want to replace the original list though, so i'd want this maybe a few rows below. how would i do this?
once i do this, i'd also like to combine them all in a string. so for example if i have "123", "456" & "789" I'd like a string to say "123, 456, 789". I know how to combine values into a string but this woud have hundreds of values and it'd be a pain to have to do it the traditional way (select one cell, type &", "& then choose another cell, etc).
thanks!
Bookmarks