0% found this document useful (0 votes)
22 views

Count IF

The document shows an Excel spreadsheet with enrollment data for different strands and sections. It then lists examples of COUNTIF functions that could be used to count cells based on various criteria like being equal to a certain value, belonging to a strand or section, or being within a certain range. The COUNTIF function counts cells that meet the criteria specified within the function's range and criteria arguments.
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Count IF

The document shows an Excel spreadsheet with enrollment data for different strands and sections. It then lists examples of COUNTIF functions that could be used to count cells based on various criteria like being equal to a certain value, belonging to a strand or section, or being within a certain range. The COUNTIF function counts cells that meet the criteria specified within the function's range and criteria arguments.
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4

=COUNTIF(Range,Criteria)

STRANDS and SECTION


STUDENTS
HUMSS A 54
HUMSS B 49 RANGE CRITERIA
HUMSS C 59
HUMSS D 53
ABM 52
TVL A 60
TVL B 55
TVL C 52
TVL D 55
TVL E 51
ge,Criteria)

ITERIA RESULT
Criteria = defines the condition that tells the function w
Range = based on the criteria

PROBLEM
Count the number of cells that is equal to 55
Count the number of cells that belongs to HUMSS strand
Count the number of cells that is less than "57".
Count the number of cells that is greater than 50.
Count the number of cells that is not equal to 52.
Count the number of cells that belongs to Section C
Count the number of cells that is greater than and equa
Count the number of cells that belong to the TVL strand
the function which cells to count

HUMSS strand
n "57".
than 50.
al to 52.
Section C
than and equal to 49
he TVL strand

You might also like