A
Accesscrzy
I need a formula to count the following:
A1:A1000 is not blank + B1:B1000 is blank + C1:C1000 contains 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 Dark Blue
Thx
A1:A1000 is not blank + B1:B1000 is blank + C1:C1000 contains 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 Dark Blue
Thx