Hello all
I am looking to extract 3 pieces of data from source data that can look like this (but is not excluded to it, but if it is anything else, I will be able to change the formula myself):
LP552/ATM506;3;40;001362344;VLANP799;39;119
001362344;VLANP799;39;119;ED
001362344;VLANP799;39;119
...
In a first comumn I need the 001xxx code
In a second column I need the 119:39 code filled in.
The 119 can also be 2 or 4 numbers, as for the 39.
the 001 code is fixed length.
Can anyone direct me towards a non-vba solution?
Thanks in advance for any assistance.
Bookmarks