Could you help me on my probmlem.
Here are the sample data.
ID  Name    Value1      Value2     Value3
1   x       12345       123435     1234567890
2   y       12312313    1234567890  
How can i convert it to this
X          Y
12345      123435
12312313   1234567890
1234567890
Thanks.
 
    