Hi Alteryx Community!
I have a table which I like to summarized.
from:
AAAAA | HDI3DL |
AAAAA | SDF35 |
AAAAA | KG3FK |
BBBBB | D75END |
BBBBB | FH2JC |
BBBBB | HD5I3D |
BBBBB | SDF36 |
CCCCC | KG3FFK |
CCCCC | D75N3D |
DDDDD | KGFFK |
DDDDD | D75ND |
DDDDD | FHRJC |
DDDDD | HDI3D |
DDDDD | SDF38 |
to
Model | Counts | Option 1 | Option 2 | Option 3 | Option 4 | Option 5 |
AAAAA | 3 | HDI3DL | SDF35 | KG3FK | | |
BBBBB | 4 | D75END | FH2JC | HD5I3D | SDF36 | |
CCCCC | 2 | KG3FFK | D75N3D | | | |
DDDDD | 5 | KGFFK | D75ND | FHRJC | HDI3D | SDF38 |
I have been trying an only able achieve a concatenated version, I know a way to split them using "Text to Column" but if I have 100s of Models and "Text to Column" seems only able to split one column at a time PLUS have to specific the number columns without auto detection of how many deliminator there are.
Any help would be grateful!
Many Thanks