hi,

i have data in the below fashion:

A B C
a,b,c,d 1,2,3,4 q,w,e,r

what i need to do is to convert the above into :

A B C
a 1 q
b 2 w
c 3 e
d 4 r

thanks in advance.