Thanks so much eibiFormula:
=SUMPRODUCT($I$9:$P$14*(--($I$8:$P$8=I$19))*(--($H$9:$H$14=$H20)))
See attached.
Thanks Ninja for the revised formulaHi:
I guess , you can get rid of the negation part and few brackets for the above formula.
Code:=SUMPRODUCT($I$9:$P$14*($I$8:$P$8=I$19)*($H$9:$H$14=$H20))
Thanks
Thanks Khalid, very gratefulHi odartey, and all,
(with thanks to David) Another option could be:
=SUM(MMULT((($I$8:$P$8=I$19)*($H$9:$H$14=$H20)*$I$9:$P$14),1^$A$1:$A$8))
Regards,