littlejilly
Board Regular
- Joined
- Sep 8, 2011
- Messages
- 168
Hello am i trying to reformat some data that I have.
This is a data dump from a survey that I received from someone. the data has come in, all in columns. The users ID in column 1, the question numbers are in column 2, and the answers are in column 3.
Please note: not every respondent sees the same question numbers. Question numbers are randomly generated and therefore are not always in ascending order.
here is an example of the data I have
column 1: column 2: column 3:
100069 129 B
100069 131 D
100071 127 E
100071 128 F
100071 131 G
100071 135 H
I need my data to be formatted in a table that looks like this:
Q#s: 127 128 129 130 131 .... 135
user ID
100069 A B C D
100071 E F G H
next ID
next ID
where is question number is a column and each respondent spans a row
PLEASE HELP!
This is a data dump from a survey that I received from someone. the data has come in, all in columns. The users ID in column 1, the question numbers are in column 2, and the answers are in column 3.
Please note: not every respondent sees the same question numbers. Question numbers are randomly generated and therefore are not always in ascending order.
here is an example of the data I have
column 1: column 2: column 3:
100069 127 A
100069 128 B
100069 129 B
100069 131 D
100071 127 E
100071 128 F
100071 131 G
100071 135 H
I need my data to be formatted in a table that looks like this:
Q#s: 127 128 129 130 131 .... 135
user ID
100069 A B C D
100071 E F G H
next ID
next ID
where is question number is a column and each respondent spans a row
PLEASE HELP!