ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Countif between a range? (https://www.excelbanter.com/excel-worksheet-functions/95352-countif-between-range.html)

Keeprogoal

Countif between a range?
 
I am trying to set up a formula to count the number of data occurances each
quarter. I currently am using the function :

=COUNTIF('Tower Age'!B6:B80,"12/31/2005")

but that only gives me the occurances of that date.

How can I use the countif function (or any other function) to evaluate a
range of data from the 4Q: 10/01/2005-12/31/2005 and receive a count of all
the data in that falls in that range?

Thank you.
Philip

Ron Rosenfeld

Countif between a range?
 
On Wed, 21 Jun 2006 15:04:03 -0700, Keeprogoal
wrote:

I am trying to set up a formula to count the number of data occurances each
quarter. I currently am using the function :

=COUNTIF('Tower Age'!B6:B80,"12/31/2005")

but that only gives me the occurances of that date.

How can I use the countif function (or any other function) to evaluate a
range of data from the 4Q: 10/01/2005-12/31/2005 and receive a count of all
the data in that falls in that range?

Thank you.
Philip


=COUNTIF('Tower Age'!B6:B80,"=" & DATE(2005,10,1)) -
COUNTIF('Tower Age'!B6:B80,"" & DATE(2005,12,31))




--ron


All times are GMT +1. The time now is 10:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com