I have a series of cells that contain text which looks like this:
blahblah blah blah blah BLAHBLAH line 23blahblahblah
The "23" is the relevant part. It's always a number, it could be from one to three digits long, and it always comes just to the right of "line" followed by a space.
I basically need to isolate that number and put it in another cell.
Seems to me the answer involves the use of FIND and MID. But what trips me up is the fact that the string I'm looking for is of variable length.
Any thoughts? Thanks so much for your help!
blahblah blah blah blah BLAHBLAH line 23blahblahblah
The "23" is the relevant part. It's always a number, it could be from one to three digits long, and it always comes just to the right of "line" followed by a space.
I basically need to isolate that number and put it in another cell.
Seems to me the answer involves the use of FIND and MID. But what trips me up is the fact that the string I'm looking for is of variable length.
Any thoughts? Thanks so much for your help!