Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My company identifies products like this: #####-###-AAA, with specific
numbers taking the place of the # sign and specific letters taking the place of the A. the 5-digit number identifies the type of product, the 3-digit number identifies the specific model for the type of product, and the 3 letters identify where the part was made. I have already split the product numbers into the three components, but I want to remove any repetitions in cell values. To show a sort of a hierarchy. I want to go from this: __A__ _B__ _C_ 12345|123|ABC 12345|123|SDE 12345|321|RSW 54321|098|CBA 54321|890|ABC to this: __A__ _B__ _C_ 12345|123|ABC | |SDE |321|RSW 54321|098|CBA |890|ABC how would i do that? thanks! comparini3000 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up hierarchy in Excel? | Excel Discussion (Misc queries) | |||
Hierarchy table | Excel Discussion (Misc queries) | |||
Hierarchy in excel | New Users to Excel | |||
Sort by Hierarchy | Excel Programming | |||
Sum in hierarchy | Excel Programming |