Does anyone have any ideas on how to split a string that has both Alpha numeric characters and letters?
For example UP111770 exists in one column but I need to split the column to show UP in one and the numbers in the other.
Then I will need to remove any leading zeros (if any exist) on the right side.
After that I need to concat them back together, but if there is a way to do this without splitting then that would be great.
Thank you!