I'm currently using a barcode scanner to input values into an excel sheet. the barcode contains values such as:
C000111254|HPSSF2517|14NIZE
C000098567|HSCF21|22BRSS
etc.
The beginning and end string length will always be the same. 10 characters and 6. the middle set will vary in length.
I need to extract and place as follows:
A1 B1 C1
C00011254 HPSSF2517 14NIZE
C00009856 HSCF21 22BRSS
C000111254|HPSSF2517|14NIZE
C000098567|HSCF21|22BRSS
etc.
The beginning and end string length will always be the same. 10 characters and 6. the middle set will vary in length.
I need to extract and place as follows:
A1 B1 C1
C00011254 HPSSF2517 14NIZE
C00009856 HSCF21 22BRSS