Count rows if date is between two specified dates

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

Guest

Hi

I have a worksheet that has one column containing dates (D3:D1400)

In another cell I want to count the number of rows that have a date between
two specified dates, eg. 01/10/05 and 31/10/05.

Anyone got any idea how I would achieve this? Any help would be very much
appreciated.

Kind Regards

John
 
sometimes I use this formula (may be more elgant soltuions are available)

=SUMPRODUCT((A2:A20>38620)*(A2:A20<38670))

the criteria dates are converted to serial number of 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