N
nixis00
Hallo,
I'd like to know if I could swap data from rows and columns:
e.g.
from:
1 2 3 4
a
b
c
d
in:
a b c d
1
2
3
4
without doing too much edit or similar...
I have a huge raw data file that needs to get sorted.
th
I'd like to know if I could swap data from rows and columns:
e.g.
from:
1 2 3 4
a
b
c
d
in:
a b c d
1
2
3
4
without doing too much edit or similar...
I have a huge raw data file that needs to get sorted.
th