Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Help with COUNTIF

Hello, I'm new to numbers and although its pretty the same to Excel, I cannot figure out how to use the COUNTIF formula.

This is mainly what I have in the sheet:

A Student Number Name & Grade (which goes from 0-12)


I need to count how many people have passed the test with a grade greater than 3.

Thanks!

MacBook Air, OS X Mountain Lion (10.8.4)

Posted on Apr 2, 2014 5:38 PM

Reply
Question marked as Best reply

Posted on Apr 2, 2014 5:43 PM

the test conditions for COUNTIF and SUMIF and the related functions have to be in the form of a text string.


If the grade is in column C,

=COUNTIF(C,">3")

3 replies

Apr 3, 2014 2:21 PM in response to patriciojota

Change the column reference ( C ) to a range reference ( C3:C17 ) to limit the count to those data in rows 3 through 17 of column C.


Here, Badunit's original formula ( =COUNTIF(C,">3") ) is in E2.

The revised formula ( =COUNTIF(C3:C17,">3") ) is in D2

User uploaded file

The condition limits the count to the scores shown in the darker shade.


The range reference in the revised formula restricts the count to the students listed in the blue shaded region.


Regards,

Barry

Help with COUNTIF

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.