Hi,
I need to county the number of projects that occured in a date range.
How do I do this?
One column has dates like (column A)
7/7/2010
And the other has one like (this is column FF)
7/7/2010 10:23
I'm using a statement like this.
=SUMPRODUCT((ccs_export!$D:$D="blabla")*(ccs_export!$E:$E<>"abc"))*(ccs_export!$FF:$FF>A3,ccs_export!$FF:$FF<A4)
Any ideas?
Thanks.
Bookmarks