jilbobagins
Member
- Joined
- Apr 11, 2019
- Messages
- 80
- Reaction score
- 0
- Points
- 6
- Excel Version(s)
- 2016
Hi all,
Looking at adding characters into a part number at given lengths. ie
2587449861234
2587-44-986-1234
So I've tried using Text.Insert([Part Number], 4,"-") and that gives me 2587-449861234
How do I neatly add the other positions to add the "-" (4,6,9)? Can Splitter.SplitTextByPositions be used?
Thanks in advance
Looking at adding characters into a part number at given lengths. ie
2587449861234
2587-44-986-1234
So I've tried using Text.Insert([Part Number], 4,"-") and that gives me 2587-449861234
How do I neatly add the other positions to add the "-" (4,6,9)? Can Splitter.SplitTextByPositions be used?
Thanks in advance