Ok here is the (working) formula I currently have, where Column A is a list of dates(about 0-20 entries per day) and Column B is a text string. It is returning the number of entries with the date 1/1/2004 in column A and the letter "X" in column B.
=SUMPRODUCT((A1:A2008=DATE(2004,1,1))*(B1:B2008="X"))
Now what I want to do is instead of just returning the appropriate entries with date 1/1/2004, I want to return the number of entries with a date between 1/1/2004 and 1/20/2004 - or any other dates I may specify.
Can someone please help me out? Much appreciated!
-ted
=SUMPRODUCT((A1:A2008=DATE(2004,1,1))*(B1:B2008="X"))
Now what I want to do is instead of just returning the appropriate entries with date 1/1/2004, I want to return the number of entries with a date between 1/1/2004 and 1/20/2004 - or any other dates I may specify.
Can someone please help me out? Much appreciated!
-ted