Hi, i have an excel spreadsheet with data that looks like below...
i need to be able to seperate the values to new rows but preserve the Ref and Qty. In addition to this, if there are /xxx numbers i need to replace the last x digits with the alternate value on each row.. I hope this makes sense.
Ideally the output data will need to look like this
Can anyone help?
thankyou
Brian
Code:
REF, VALUE, QTY
0414701006, 0414701053/084, 2
0414720088, 0414720018/029/038, 80
i need to be able to seperate the values to new rows but preserve the Ref and Qty. In addition to this, if there are /xxx numbers i need to replace the last x digits with the alternate value on each row.. I hope this makes sense.
Ideally the output data will need to look like this
Code:
REF, VALUE, QTY
0414701006, 0414701053, 2
0414701006, 0414701084, 2
0414720088, 0414720018, 80
0414720088, 0414720029, 80
0414720088, 0414720038, 80
Can anyone help?
thankyou
Brian