E
Ed from AZ
I am SUMPRODUCT to count the number of items in a list that are
"green", except for those which are also "bad". It looks like this:
=SUMPRODUCT(--(ISNUMBER(SEARCH("green",C$3:C$100))))-SUMPRODUCT(--
(ISNUMBER(SEARCH("bad",F$3:F$100))))
Unfortunately, "bad" in F3:F100 can be green, red, or blue!
How can I adjust this so I get:
= (the number of "green" in C3:C100) - (the number of "green" in
C3:C100 with "bad" in F3:F100)
What functions do I need to make this work?
Ed
"green", except for those which are also "bad". It looks like this:
=SUMPRODUCT(--(ISNUMBER(SEARCH("green",C$3:C$100))))-SUMPRODUCT(--
(ISNUMBER(SEARCH("bad",F$3:F$100))))
Unfortunately, "bad" in F3:F100 can be green, red, or blue!
How can I adjust this so I get:
= (the number of "green" in C3:C100) - (the number of "green" in
C3:C100 with "bad" in F3:F100)
What functions do I need to make this work?
Ed