Countif Function for dates in a range

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

Guest

I want to count a range of data if a cell in a range is within a date range.
I n others, If column D is a range of dates for a 12 month period, how can I
count the # of dates tthat are in the date range 8-1-2007 through 8-31-2007?
 
I want to count a range of data if a cell in a range is within a date range.
I n others, If column D is a range of dates for a 12 month period, how can I
count the # of dates tthat are in the date range 8-1-2007 through 8-31-2007?

=countif(d:d,">="&date(2007,8,1)) -
countif(d:d,">"&date(2007,8,31))


--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