G
Guest
Here is my formula:
{=COUNTIF('Closed Concert Bill Group
issue'!$G:$G,">="&DATEVALUE("02/01/04")--COUNTIF('Closed Concert Bill Group
issue'!$G:$G,"<="&DATEVALUE("02/29/04")))}
Here is the data:
2/1/2004
2/29/2004
1/1/2004
2/22/2004
2/14/2004
2/1/2004
3/5/2004
Why am I getting a number back of 4?? It should return 6.
Essentially, what I am looking for is to count all the occurances between
two dates within a month.
Does this make sense? HELP!!!!
{=COUNTIF('Closed Concert Bill Group
issue'!$G:$G,">="&DATEVALUE("02/01/04")--COUNTIF('Closed Concert Bill Group
issue'!$G:$G,"<="&DATEVALUE("02/29/04")))}
Here is the data:
2/1/2004
2/29/2004
1/1/2004
2/22/2004
2/14/2004
2/1/2004
3/5/2004
Why am I getting a number back of 4?? It should return 6.
Essentially, what I am looking for is to count all the occurances between
two dates within a month.
Does this make sense? HELP!!!!