Column C has cells containing dozens to hundreds of control identifiers, with a comma delimiter. Each control has two letters, a hyphen, and numerical identifier. I have VBA script that alphabetizes the contents of each cell, but I need to parse out all the controls in each cell that don't start with the desired first two letters, e.g., JT. So if cell C1 has controls AB-2.1, AB-4.6, GG-3.6, GG-4(2).1, JT-9.1, JT-10(3).4, I need to delete the non-JT controls from each cell. Note: when alphabetizing, the () come last, e.g., JT-9, JT-9(4) Editing the code for different controls on other sheets is easy enough. With hundreds of cells, each with dozens to hundreds of controls, and that I'll have to use this code weekly for years, I consider using VBA appropriate.
One last request, if you will indulge me... I would also like to copy all the remaining JT codes in column C and group them in cell Z1.
Assistance is always appreciated. RL
One last request, if you will indulge me... I would also like to copy all the remaining JT codes in column C and group them in cell Z1.
Assistance is always appreciated. RL