I currently have the below formula to find out how many A grades a group of Turkish students are getting.
=SUM(COUNTIFS(Ethnicity,{"Turkish","Turkish Cypriot","Kurdish"},I2:I84,{"A"}))
Now I need to find out how many of them are getting grades A and B from a Column. I entered the below...