I have data formatted in excel like the below:
a b c
xxx 10 20 60
yyy 30 10 20
ttt 40 5 15
vvv 50 70 30
And I would like to automatically get the data formatted in another worksheet like this via formula or some other auto means:
xxx 10 a
xxx 20 b
xxx 60 c
yyy 30 a
yyy 10 b
yyy 20 c
ttt 40 a
ttt 5 b
ttt 15 c
vvv 50 a
vvv 70 b
vvv 30 c
Any help would be much appreciated!
thanks
a b c
xxx 10 20 60
yyy 30 10 20
ttt 40 5 15
vvv 50 70 30
And I would like to automatically get the data formatted in another worksheet like this via formula or some other auto means:
xxx 10 a
xxx 20 b
xxx 60 c
yyy 30 a
yyy 10 b
yyy 20 c
ttt 40 a
ttt 5 b
ttt 15 c
vvv 50 a
vvv 70 b
vvv 30 c
Any help would be much appreciated!
thanks