Age range

  • Thread starter Thread starter Clash
  • Start date Start date
C

Clash

Morning,

Can anyone help me, I'm trying to count the number of 18-21 y.o. on
spreadsheet.

my spreadsheet has in column P, the age of each contact. So i'm tryin
to determine each of the age bands 18-21, 21-25 & 26+, is this a simpl
formula or something else.

Cheers :confused
 
Your ranges overlap, "1 is in the first and the second, but something like

=COUNTIF(P:P,">=18")-COUNTIF(P:P,">21")

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 

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