I’m trying to find the “most popular” (most frequent) answer in a chart of multiple-choice answsers among 26 students on 14 questions. Sometimes, it’s obvious, since 80% of the class got that one right (calculated using a DCOUNTA/COUNTA formula), but in other cases, it’s a real mix.
MODE sounds like the ticket, but it does not seem to handle anything except numbers. For a range filled with the letters A through E, it return “N/A”. Of the other statistical functions, which I admit I don’t fully understand, none seem to find the most frequently occuring value.
Does anyone have an easy solution? Please don’t spend a lot of time writing code for this, as I could do it manually in 3 minutes. But it sure would be nice of Excel did it automatically.