Captain Smith
Active Member
- Joined
- Feb 28, 2003
- Messages
- 324
Let's say I have cells that each contain a number string, and the cells themselves are formatted as text:
358193
231454
12023
etc
I want to sort within each cell so the data looks like (must be text format because of the potential 0's at the beginning of the string):
133589
123445
01223
Number of characters per cell could differ. Solution either with formula or VBA would be fine.
As always, thanks in advance.
358193
231454
12023
etc
I want to sort within each cell so the data looks like (must be text format because of the potential 0's at the beginning of the string):
133589
123445
01223
Number of characters per cell could differ. Solution either with formula or VBA would be fine.
As always, thanks in advance.