akparasite
Board Regular
- Joined
- Jul 15, 2002
- Messages
- 55
Hello all,
This seems trivial, but I can't figure out the best way to get my needed result.
I need to count the number of instances a date occurs within a range, but the criteria to get the result must only be defined by month/year.
I was planning on using COUNTIF to get my result, but am unsure how to format the criteria portion of the formula to return all occurrences within that month/year.
Here is a sample workbook. I want to find all dates occurring within January-02, so the COUNTIF result should be 5 in this case:
Your help is appreciated as always!
This seems trivial, but I can't figure out the best way to get my needed result.
I need to count the number of instances a date occurs within a range, but the criteria to get the result must only be defined by month/year.
I was planning on using COUNTIF to get my result, but am unsure how to format the criteria portion of the formula to return all occurrences within that month/year.
Here is a sample workbook. I want to find all dates occurring within January-02, so the COUNTIF result should be 5 in this case:
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | SHIPDATE | |||||
2 | 1/14/2002 | January-02 | ||||
3 | 1/16/2002 | |||||
4 | 1/18/2002 | |||||
5 | 1/20/2002 | |||||
6 | 1/22/2002 | |||||
7 | 2/14/2002 | |||||
8 | 2/14/2002 | |||||
9 | 2/14/2002 | |||||
10 | 2/14/2002 | |||||
11 | 2/14/2002 | |||||
12 | 2/14/2002 | |||||
Sheet1 |
Your help is appreciated as always!