I have a list of text containing 1 letter, followed by 1, 2, or 3 numbers (no space), and I am looking to extract the numbers:
For instance:
P8
P101
P39
would become
8
101
39
Any help would be greatly appreciated.
Thank you
For instance:
P8
P101
P39
would become
8
101
39
Any help would be greatly appreciated.
Thank you