countif with condition

  • Thread starter Thread starter Attila Fust
  • Start date Start date
A

Attila Fust

I want to be able to count the values in a column if they
meet a condition in another cell. Essentially I want to
do the following:

Age Status
under s
under s
over s
under s
over s

I want to count the number of "s" in the Status column
where the value in the Age column is "under" (in this
example the count would be 3). Is this possible with the
countif function. If not, do I have another option?

Regards,

Attila
 
Back
Top