sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
Is there a formula I can use which will extract the numbers only from the middle of a string?
The string currently looks like this;
I need to be able to extract the '3837' part - this will always be in between 2 letters. The number of letters before may change, but the number after will not, so another example would be;
If it's not possible using a formula then I'm equally to use VBA but I would prefer a formula.
The string currently looks like this;
Tygoolhou3837T14
I need to be able to extract the '3837' part - this will always be in between 2 letters. The number of letters before may change, but the number after will not, so another example would be;
Pjhdauajbsna25614D07
If it's not possible using a formula then I'm equally to use VBA but I would prefer a formula.