A
Anders
Hi,
I have a problem changing the setup of my data in order to merge it into
another dataset.
Now I have data like this:
Person\Year
1981 1982 1983
1 12 22 11
2 8 34 1
3 42 9 14
What I want is data like this:
Person year
1 1981 12
1 1982 22
1 1983 11
Etc...
That is go from matrix to column based.
Can anyone help???
Best
Anders
I have a problem changing the setup of my data in order to merge it into
another dataset.
Now I have data like this:
Person\Year
1981 1982 1983
1 12 22 11
2 8 34 1
3 42 9 14
What I want is data like this:
Person year
1 1981 12
1 1982 22
1 1983 11
Etc...
That is go from matrix to column based.
Can anyone help???
Best
Anders