Formula help please

D

Don Guillett

try franks formula but refer your date to a cell instead
=SUMPRODUCT(--(C1:C100=a1),--(D1:D100="tp015"),--(E1:E100=23))
or
=SUMPRODUCT((C1:C100=a1)*(D1:D100="tp015")*(E1:E100=23))
 
Top