- Joined
- Aug 13, 2012
- Messages
- 1
- Reaction score
- 0
I have one formula that is looking in a column range (Z:Z) and counting a specific date period (1/29/2012 thru 2/1/2013).
=COUNTIF($Z$3:$Z$1063,">=1/29/2012")-COUNTIF($Z$3:$Z$1063,">=2/1/2013")
I have another forumula that is looking in a different column (AR:AR) and counting the number of cells that contain a number less than or equal to 0.
=COUNTIF(AR:AR,"<=0")
I now need a formula that will say....within that first range of dates (1/29/2012 thru 2/1/2013)...how many of those dates contain a number less than or equal to 0 in column AR.
How would I go about doing this?
=COUNTIF($Z$3:$Z$1063,">=1/29/2012")-COUNTIF($Z$3:$Z$1063,">=2/1/2013")
I have another forumula that is looking in a different column (AR:AR) and counting the number of cells that contain a number less than or equal to 0.
=COUNTIF(AR:AR,"<=0")
I now need a formula that will say....within that first range of dates (1/29/2012 thru 2/1/2013)...how many of those dates contain a number less than or equal to 0 in column AR.
How would I go about doing this?