Paul at GTS
Board Regular
- Joined
- May 17, 2004
- Messages
- 56
- Office Version
- 365
- Platform
- Windows
Hi all,
My problem is I have a set of part numbers as below:
063G4F1000 0300
004EWL0450 0550
004D1 0350 0300
004D1D0350 0300
002 AB20242408
002 DGPS50
What I need to do is extract the first part of the number to achieve
063G4F
004EWL
004D1
004D1D
002 AB
002 DGPS
I have around 11000 parts to sort in this way.
Have tried to find solution with LEN, LEFT, MID & FIND but cant get it working. Perhaps VBA has an answer.
Hope that make sence ?
My problem is I have a set of part numbers as below:
063G4F1000 0300
004EWL0450 0550
004D1 0350 0300
004D1D0350 0300
002 AB20242408
002 DGPS50
What I need to do is extract the first part of the number to achieve
063G4F
004EWL
004D1
004D1D
002 AB
002 DGPS
I have around 11000 parts to sort in this way.
Have tried to find solution with LEN, LEFT, MID & FIND but cant get it working. Perhaps VBA has an answer.
Hope that make sence ?
Last edited: