Let's say you have 2 worksheets, in the first worksheet you have lots of different data. In D column, you have a number (in bold). First part of the number are 2 or 3 letters and then a couple of digits after it (number of digits can vary), for example HTG5342355 or PO23455, not every cell in column D has such number, it can be in D3 but then it can be in D6, D7, D20 ... (it's always in column D though)
How would it be possible to copy the first 2 or 3 letters into the second worksheet as one cell and the digits as another cell right next to it.
Edit:
Just wanted to add some info to this question:
In column D, there is also other data, so it looks something like this:
**HTG5342355**
another text
**PO23455**
**BT3452342**
something
something else
**NN23355**
Only the numbers that are in bold need to be split, the other stuff is not relevant for another worksheet
mid()
function to split the strings. – Pieter Geerkens