Try one of these:
=SUMPRODUCT(--(F1:F10>=DATE(2007,3,1)),--(F1:F10<=DATE(2007,3,31)),--(L1:L10="X"))
Or:
A1 = start date 3/1/2007
B1 = end date 3/31/2007
C1 = X
=SUMPRODUCT(--(F1:F10>=A1),--(F1:F10<=B1),--(L1:L10=C1))
Biff
> Can you please tell me how to make this work with a date range (ex:
> 3/1/07 -
[quoted text clipped - 23 lines]
>> >
>> > Please help.
mbparks - 10 Apr 2007 06:06 GMT
Once again you are a lifesaver! Thanks
> Try one of these:
>
[quoted text clipped - 37 lines]
> >> >
> >> > Please help.