J
Jeannie
I have a field that has numbers and occasionally a letter amended:
1
2
3
3a
30
300
4
5a
5b
6
I need to parse the field ,extracting the numbers. In the end, I would like
to sort the field numerically.
How can I parse based on the difference between numbers and text?
1
2
3
3a
30
300
4
5a
5b
6
I need to parse the field ,extracting the numbers. In the end, I would like
to sort the field numerically.
How can I parse based on the difference between numbers and text?