Thread
:
Can I use OR in SUMIF?
View Single Post
#
2
Posted to microsoft.public.excel.programming
JMB
external usenet poster
Posts: 2,062
Can I use OR in SUMIF?
=SUMPRODUCT(--(((B2:B7="apple")+(B2:B7="orange"))0),C2:C7)
"iampritzy" wrote:
rFor example: SUMIF(B2:B7, "Apple OR Orange", C2:C7) If it's an apple or an
orange, sum their values in column c.
It does not work. Can anyone help?
Reply With Quote
JMB
View Public Profile
Find all posts by JMB