Hello
One issue I get with my survey data, that they produce lots of columns that hold same type of data, but in repeating groups of columns.
columnNames: A1,B1,C1,A2,B2,C2,A43,B43,C43
Responses: Name1,IDcode1,Answer1,Name2,IDcode2,Answer2,Name43,IDcode43,Answer43
How do I put them into single column group?
ColumnNames: A,B,C
Response1: Name1,IDcode1,Answer1
Response2: Name2,IDcode2,Answer2
Response3: Name43,Idcode43,Answer43
Any help would be much appreciated!
Thank you,
Milly