Hi,
I have an excel file that has values like this
123 001 - something 002 - something 456 001 - something 005 - something 111 - something
123 is row 1, 001 and 002 are in the same cell.
is there a way to have the result like this
123 001 - something (row1) 123 002 - something (row2) 456 001 - something (row3) 456 005 - something (row4) 456 111 - something (row5)
that's ok if 123 and 456 can not be repeated..thx
|