Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good day,
I'm attempting to extract duplicate comma-delimited text strings (cell character length greater that 255 - limitation of countif) found in a column and return those results in a separate worksheet and in separate rows for each duplicate found in the original column. For example: (keep in mind, this example is less than 255 characters per cell, but I need this to work for cell over 255 characters) Sheet1 A1 : Horse,cow,pig, A2 : Pig,cat,horse A3 : Cow,dog,cat Would return: Sheet2 A1 : Horse A2 : Cow A3 : Pig A4 : Cat A5 : Dog Any VBA miracle minds attempting this one, will have my deepest gratitude. thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Cells in a column depending on another column but excluding duplicates | Excel Discussion (Misc queries) | |||
Filtering out duplicates while ignoring 1 row | Excel Discussion (Misc queries) | |||
Filtering Duplicates | Excel Discussion (Misc queries) | |||
Filtering a list with duplicates | Excel Worksheet Functions | |||
trouble filtering a list. Why isn't column filtering? | Excel Worksheet Functions |