Hello,
I have a list of items like this
aas12
aabc2
sw1234
I would like to be able to get 2 resulting columns containing just the string of alphanumerical characters and the numerical characters
aas
aabc
sw
and
12
2
1234
How can I best go about this?
Bookmarks