Escel: Count students >=20 and <=29

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use countif to count number of students whose age is greater
or equal to 20 but less than or equal to 29. Can this be done? Is countif
the correct formula? Please answer.
 
I am trying to use countif to count number of students whose age is greater
or equal to 20 but less than or equal to 29. Can this be done? Is countif
the correct formula? Please answer.


Something like:

=COUNTIF(Ages,">=20") - COUNTIF(Ages,">29")

should work.


--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top