CharlieRog
New Member
- Joined
- Sep 13, 2019
- Messages
- 14
I am trying to extract a certain string of text from a bigger string of text.
I am looking to extract "OGEA********" the stars stand for numbers and each time they will be different, so the only bit of text which is the same is OGEA.
I have searched the internet and found.....
=TRIM(LEFT(SUBSTITUTE(MID(S2,FIND("OGEA",S2),LEN(S2))," ",REPT(" ",100)),100))
Where I have inputted 'OGEA' into the formula but keep getting #VALUE!
Any help please?
I am looking to extract "OGEA********" the stars stand for numbers and each time they will be different, so the only bit of text which is the same is OGEA.
I have searched the internet and found.....
=TRIM(LEFT(SUBSTITUTE(MID(S2,FIND("OGEA",S2),LEN(S2))," ",REPT(" ",100)),100))
Where I have inputted 'OGEA' into the formula but keep getting #VALUE!
Any help please?