transposing colums with rows

R

roberta.fischer

Does anyone have any tips on how to do this?

example:

A B
1 p f
2 l r

should change to

A B
1 p l
2 f r

???
Thanx for any help....
 
Top