A
Accesscrzy
I posted incorrectly. What I needed was a formula to count the following:
A1:A1000 is not blank + B1:B1000 is blank + C1:C1000 does not contain the
word blue.
=Sumproduct((A1:A1000<>â€â€)*( B1:B1000=â€â€)*( C1:C1000<>=â€*blueâ€))??
Answer: 2
Col A Col B Col C
Red Lt Blue
Blue
Tan red
Pink blue
Red red
A1:A1000 is not blank + B1:B1000 is blank + C1:C1000 does not contain the
word blue.
=Sumproduct((A1:A1000<>â€â€)*( B1:B1000=â€â€)*( C1:C1000<>=â€*blueâ€))??
Answer: 2
Col A Col B Col C
Red Lt Blue
Blue
Tan red
Pink blue
Red red