how do I compare occurances of countif of two values

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

Guest

How do I use Greater than and less than operators in conjuction with a
formatted cell using year 'yy' to count two particular ages age brakets
the help formuala uses a - sign and this appears to subtract the two countif
statement products
 
I guess you mean

=SUMPRODUCT(--(YEAR(A2:A100>=2000)),--(YEAR(A2:A100<=2002)))

assuming A2:A100 holds dates
 

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