Helloitsme
New Member
- Joined
- Feb 19, 2021
- Messages
- 28
- Office Version
- 365
- Platform
- Windows
I want to isolate the "EF" with the following 6 numbers (always 6 numbers, sometimes with space between). I have replaced "EF" with "-EF" so I have a prefix to these, but can't seem to just isolate the 8 character string, without having the post text or some numbers deleted. Does anyone know what could be wrong?
I'm using the following formula, C1 being the text on the right:
=IFERROR(MID(C1;SEARCH("-EF";C1)+1;SEARCH(" ";C1;SEARCH(" ";C1)+1)-SEARCH(" ";C1)-1);"")
I'm using the following formula, C1 being the text on the right:
=IFERROR(MID(C1;SEARCH("-EF";C1)+1;SEARCH(" ";C1;SEARCH(" ";C1)+1)-SEARCH(" ";C1)-1);"")