I'm trying to figure out how to swap certain characters with each other within a cell based on their orientation within the cell and not the actual characters themselves. This is because the strings are random. So for example, I would like to switch the 7th,8th, and 9th character with the 11th,12th, and 13th character.
How can I replicate this in a formula?
50000-ABC-123
50000-DEF-546
50000-GFD-456
50000-EDG-875
50000-SDF-304
50000-123-ABC
50000-546-DEF
50000-456-GFD
50000-875-EDG
50000-304-SDF