problems with formulas

M

Mike Lowe

I am trying to create a formula to count the number of people in a table
between a set of age values (3 to 14) i have data in 3 columns for forename,
suname, age, but over 2500 entries to extract the data from..

Please can you help

Mike
 
G

Gary''s Student

Let's say the ages are column G. Try:

=COUNTIF(G:G,"<15")-COUNTIF(G:G,"<3")

This will exclude 2 and under.
This will exclude 15 and over.
 
M

Mike Lowe

Thanks for that
Mike

Gary''s Student said:
Let's say the ages are column G. Try:

=COUNTIF(G:G,"<15")-COUNTIF(G:G,"<3")

This will exclude 2 and under.
This will exclude 15 and over.
 

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

Top