L
LiveUser
=COUNTIF(B$3:B3,B3)
How do I make this, =COUNTIF(B$3:B3,B3) but not if C3 is "Inbound"?
Thank you.
How do I make this, =COUNTIF(B$3:B3,B3) but not if C3 is "Inbound"?
Thank you.
Bob Phillips said:Is this what you mean?
=IF(AND(C3<>"Inbound",C3<>""),SUMPRODUCT(--($B$3:B3=B3),--($C$3:C3=C3)),"")
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)