--
Regards,
Peo Sjoblom
(No private emails please)
"JerryS" <Jer...@discussions.microsoft.com> wrote in message
news:71F4DE9E-EB90-4FD4...@microsoft.com...
>I want to count the number of times values in three comumns are met. For
> example, column 1 has the rep number, column 2 has the part number and
> column
> 3 has the order date. What would the formula look like that tells me how
> many
> widgets did rep1 sell on a certain day? Thanks
> --
> JerryS
Something like:
=SUMPRODUCT((A1:A100="Rep001")*(B1:B100="Part1001")*(C1:C100=DATEVALUE("6-Ju
n-2005")*(D1:D100))
--
Vasant