I have a column I need to parse job numbers from.
I have several job numbers that can vary in length and contain both numbers and letters, but always start with numbers.
555SSS0123
444AAA3210
409SSS4444
I'd like to be able to add in a formula or RegEx tool to recognize these numbers move them to a new column.
Thanks