Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have some data in two columns like this:
001 blue 001 blue 001 red 001 green 002 blue 003 green 003 green 004 red 004 green What I need to do is show the data on another sheet like this: 001 blue, red, green 002 blue 003 green 004 red, green So I need to concatenate the unique items in the list for each id in the first column. I would like to do this via a macro because I will have to do it each month on a different workbook. Any help is appreciated! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate unique values among duplicates | Excel Worksheet Functions | |||
How do I de-concatenate items separated by commas! | Excel Discussion (Misc queries) | |||
Concatenate Unique advanced filter results | Excel Discussion (Misc queries) | |||
Concatenate Unique Entries | Excel Discussion (Misc queries) | |||
Adding Items to a ListBox-Unique Items Only | Excel Programming |