Maverick27
Active Member
- Joined
- Sep 23, 2010
- Messages
- 333
- Office Version
- 2013
- Platform
- Windows
Hi
Can someone share an Excel Function or Macro Code to extract the 2nd set of Tel/Mob # from a string of Text ?
I've managed to extract the 1st Set of Mob #s ( Col B ) using Function below:
I'm struggling with the 2nd set of #'s since the data in the Column is not consistent.
The final result need not be a 100% accurate, but somewhat sensible.
Rgds
Can someone share an Excel Function or Macro Code to extract the 2nd set of Tel/Mob # from a string of Text ?
I've managed to extract the 1st Set of Mob #s ( Col B ) using Function below:
=LEFT(B2,(FIND(" ",B2,1)-1))
I'm struggling with the 2nd set of #'s since the data in the Column is not consistent.
The final result need not be a 100% accurate, but somewhat sensible.
Rgds