I think that's the word for it anyway.
Anyway, I have a data sheet. In each row are students' responses to 15 one-word free-response questions.
I want to tabulate how frequently each response appears within each column. So if, for example, it was just two comma-separated columns:
Student 1, Cheese
Student 2, Spinach
Student 3, Spinach
Student 4, Pizza
Student 5, Cheese
I would want something at the bottom to say:
Cheese, 40%
Spinach, 40%
Pizza, 20%
But since the responses are free-response, I can't just add the normal =COUNTIF for each option.
So, how do I go about doing this?
Bookmarks