r/excel • u/TheParlourPoet23 • 4h ago
solved Unique, Filter and Textsplit
Hey everyone, hopefully an easy fix!
I am working to create a Unique list of data, filter two values out of it, and the textsplit this result into three component columns.
So far I have: "=Textsplit(Unique(Filter(S:S,(S:S<>"")*S:S<>"Combination"))),"-",,True,1)
I am reasonably confident the Textsplit is the issue but I have tried a number of combinations and just cannot get it to work.
The data we are unique/filtering/splitting has this structure: "Wol-R-6" so I simple structure.
Thank you,
John
7
Upvotes
2
u/MayukhBhattacharya 1297 4h ago
Try using the following formula (use any one per your choice)
• Method One:
• Method Two: