Sum if "yes"

B

Bob Phillips

=IF(D11="yes",SUM(E11:N11),"")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
M

Max

Nancy said:
I want to sum e11 through n11 if d11 is "yes"

Maybe: =IF(D11="yes",SUM(E11:N11),"")
Presumes we want "nothing", ie:"" to show in the formula cell if D11 does
not contain "yes" (not stated in the post)
 
Top