Hi,
I need help in formatting a data dump of survey results from a DB into a readable format.
Currently the data I have looks like this:
Some questions were multiple-choice and those questions could have as many as 30 choices to choose from.
Basically I need to take these results and display them in a format like this (Q=question):
So if Q4 had say 5 multi-choice answers, the top would be Q4-1, Q4-2, Q4-3, Q4-4, Q4-5
And if Q10 had say 10 multi-choice answers, the top would be Q10-1, Q10-2 and so forth.
For those columns that have multi-choice, need to detect which columns were picked and signify by a 1=yes 0=no for being chosen by that user (or 0 if the user left it blank for all columns)
The survey had 40 questions that could have been answered by those participating. The survey ended, if they were directed from one question, to skip over others if they didn't meet the criteria to go onto the next one.
I've tried pivot tables, and that helped, but the table only listed all the questions by the User down a column instead of across the top, which is what I'm looking to do.
Help greatly appreciated.
Bookmarks