I got a data like below:
1.Apr.15 1.Apr.16 1.Aug.14
549 655 3
I am wondering how to change this data into a table like:
14 15 16
1.Apr 549 655
1.Aug 3
I tried to use table but it did not give me the correct result.