I need to evaluate a bunch (100’s) of questionnaires. Each questionnaire has 12 questions and each question has the possible answers of 1, 2, 3, 4, or 5 (a Likert scale). I only want to use one cell to record the reponse to a particular question for each respondent (i.e., I don’t want to use a separate column for each of the possible answers for each question). So, there will be 13 columns, one for the responder ID, and then one column for each of the 12 questions.
When I used to do this in SAS, I simply used a freqency distribution to find out how many 1’s, 2’s, 3’s, 4’s, and 5’s for each question.
I’m sure it can be done with the Excel FREQUENCY function but silly me can’t seem to get it to work! I could sure use some help with this problem. Ideas?