COUNTIF discovery — Client file
Count how many clients match a single condition (status, children, email) in a client file using COUNTIF — 6 guided steps, no fill-down.
=COUNTIF( range , "criteria" )
1 / 6
Count the married clients
=COUNTIF(C2:C16,"Married")
=COUNTIF( range , criteria_cell )
2 / 6
Count using a cell reference
=COUNTIF(C2:C16,G1)
=COUNTIF( range , value )
3 / 6
Count by numeric value
=COUNTIF(D2:D16,2)
4 / 6
Count the zeros
=COUNTIF(D2:D16,0)
=COUNTIF( range , "" )
5 / 6
Count the empty cells
=COUNTIF(B2:B16,"")
6 / 6
Count using a cell reference (2)
Your score is
Restart