I need to count the number of dates that fall on or before a given date ie...the given date is 12jan05 and I have the following dates:
11dec04
10nov04
15feb05
21mar05
In this example the answer should be: 2 If the data date were 15feb05, the answer would be 3
I tried using countif(range;"<=data date") where data date is the cell address of the data date (12jan05). I need a simple solution...an array might be a problem
Thanks in advance
11dec04
10nov04
15feb05
21mar05
In this example the answer should be: 2 If the data date were 15feb05, the answer would be 3
I tried using countif(range;"<=data date") where data date is the cell address of the data date (12jan05). I need a simple solution...an array might be a problem
Thanks in advance