A
ady_mech
I am looking for help on COUNTIF function. I know of:
COUNTIF(range,criteria)
Above compares the data with only one criteria. What should I do if
want to include more than one criteria? For example, I have a list o
student marks in a Physics course (below is just an example):
56
66
77
78
67
79
86
70
69
88
90
I want to determine what number of students have marks in the range
51-60, 61-70, 71-80, 81-90 and 91-100. I guess, in order to do this, w
need to compare every cell with 2 criteria. For example, to count numbe
of students in range 51-60, we will need 2 criteria: >=51 and <=60. Ho
do I include these 2 criteria? Or is there a better way of doing i
than COUNTIF?
I will appreciate if someone could help me on this. I need thi
urgently
COUNTIF(range,criteria)
Above compares the data with only one criteria. What should I do if
want to include more than one criteria? For example, I have a list o
student marks in a Physics course (below is just an example):
56
66
77
78
67
79
86
70
69
88
90
I want to determine what number of students have marks in the range
51-60, 61-70, 71-80, 81-90 and 91-100. I guess, in order to do this, w
need to compare every cell with 2 criteria. For example, to count numbe
of students in range 51-60, we will need 2 criteria: >=51 and <=60. Ho
do I include these 2 criteria? Or is there a better way of doing i
than COUNTIF?
I will appreciate if someone could help me on this. I need thi
urgently