I am doing a spreadsheet project for school and I cannot get the following to work: I am counting columns of numbers that represent grades for four different classes. I need to use the COUNTIFS function to count the number of students from another worksheet (data) that will get an A, B, C, etc. based on their number grade, i.e. <90 = A. So for that formula I am using:
=COUNTIF(data!B2:E119,">90") and getting the correct response (I think.)
This is the formula I am using for the grade ranges:
=COUNTIFS(data!B3:E119,"<80",data!B3:E119,">=70")
I should end up with 626 total students, but the counts add up to 521 instead. What am I missing?
Bookmarks