=SUMPRODUCT(--(B1:B100="n"),C1:C100,D1:D100)
--
HTH
RP
(remove nothere from the email address if mailing direct)
"CMAC" wrote in message
...
trying to do a formula along the lines of: search column b for "n", if its
an
"n" then multilply column d by column c. I need it to include all
occurances
though. so in the exapmle below it would include eeee, hhhh, and kkkk.
does anyone know what a proper formula would be?
many thanks.
A b c d
eeee n 60 1
ffff y 55 2
gggg j 12 1
hhhh n 50 2
iiii j 14 3
jjjj y 14 1
kkkk n 50 1
|