I have a table with thousands of lines like this:
a few words followed by a number
example: interest repayment 123456
The text can have many variants in content and length and the number is always a whole number - an integer from 5 to 10 digits long.
I need to select the number from Col A and reproduce it in an adjacent cell.
Like:
Col A ::------------------------- :: Col B
interest repayment 123456 123456
All help welcomed
a few words followed by a number
example: interest repayment 123456
The text can have many variants in content and length and the number is always a whole number - an integer from 5 to 10 digits long.
I need to select the number from Col A and reproduce it in an adjacent cell.
Like:
Col A ::------------------------- :: Col B
interest repayment 123456 123456
All help welcomed