or add two conditions if a date range such as
=SUMPRODUCT((A1:A1000="Blue")*(B1:B1000=11)*(C1:C1000>=DATE(2004,1,1))*(C1:C
1000<DATE(2004,2,1))
If you want an explanation as to why you multiply them, I always refer to a
post of Ken Wright's on this. You can read it at
http://tinyurl.com/v85r
By the way, Avril is Arvi.
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
Frank Kabel said:
Hi Paul
for comparing a date you may use something like the following:
=SUMPRODUCT((A1:A1000="Blue")*(B1:B1000=11)*(C1:C1000>DATE(2004,1,1))
--
Regards
Frank Kabel
Frankfurt, Germany
Paul said:
I'm not sure what the solution is?
Thanks BOB it worked a treat.
Still don't understand why you multiply two ranges.
I am now going to see if i can input a selected date range to bring
back a count.
e.g. >10/01/04.
Thanks again.
PS Thanks to Avril for trying but it wouldn't work for me.