Edward A. answered 04/26/19
Tutor
4.9
(17)
Math Tutor, Retired Computer Scientist and Technical Communicator
Here’s an approach without using formulas:
1) filter the data on column 2, keeping only “wrong” records
2) sort the data by column 1 (major)
3) Subtotal on every change in column 1
This should give you the count of wrongs for each problem type.