Hi,
I am trying to figure out how to extract numbers that are in various positions within a text string.
For example, I have 'abc123ef' in a cell and I want a formula that will find where the number starts (in this case, position 4 but it won't be in the same place in each example) and ends and the pull just the number (123) out.
The next cell in the column may contain '12abcdefgh' and I'd need only to extract the '12'.
I am trying to figure out how to extract numbers that are in various positions within a text string.
For example, I have 'abc123ef' in a cell and I want a formula that will find where the number starts (in this case, position 4 but it won't be in the same place in each example) and ends and the pull just the number (123) out.
The next cell in the column may contain '12abcdefgh' and I'd need only to extract the '12'.