Combine COUNTIF & EXACT
Countif is not case sensitive so you cannot use that, if you only want zero
or one as a result you can simply use
=--(SUMPRODUCT(--(EXACT(AB9:AD9,{"os","p","x"})))=0)
--
Regards,
Peo Sjoblom
"nastech" wrote in message
...
Trying to find way to combine COUNTIF & EXACT with the following example,
that seems to work as is, but need to "EXACT" the same characters. thanks
=IF(OR(COUNTIF(AB9:AD9,{"os","p","x"})0),0,1)
|