Hello, I'm attempting to split a column that contains words and numbers of varying lengths into distinct columns. The difficulty lies in the uneven number of columns in some rows, resulting from the varying word lengths. I aim to have all numbers into uniform columns. How can I achieve this task? The first picture is how the column (origin) is, the second picture is how I want the data to be and the third picture is how the data is being spit when I command split origin. PLEASE PARDON ME FOR ATTACHING THESE UGLY PICTURES, COULD NOT DO ANY BETTER.

-
Login or Register
- Log in with
Comment