Hi
I have answers to a survey from about 140 people listed in one column. The survey is 52 questions long.
I need to transpose the data, so the first 52 rows in the column are transposed into one row 52 columns long, and then the next 52 rows are transposed into the row below the first transposed row as a 52 column row and so on until all the data is so arranged.
the data starts in H1 to H7280.
to use an example with 3 items per survey it would be:
A
B
C
D
E
F
G
H
I
to
ABC
DEF
GHI
I have answers to a survey from about 140 people listed in one column. The survey is 52 questions long.
I need to transpose the data, so the first 52 rows in the column are transposed into one row 52 columns long, and then the next 52 rows are transposed into the row below the first transposed row as a 52 column row and so on until all the data is so arranged.
the data starts in H1 to H7280.
to use an example with 3 items per survey it would be:
A
B
C
D
E
F
G
H
I
to
ABC
DEF
GHI