I have data like this:
ID Day etc... 1 1 . 2 . 3 . 4 2 1 . 2 etc.
I need it like this:
ID Day etc... 1 1 1 2 1 3 1 4 2 1 2 2 etc.
Please help!