PDA

View Full Version : [SOLVED:] Need Formula Help



austenr
09-06-2005, 01:36 PM
I am trying to use this formula in conditional formatting to highlight every occurance of B not found in A. I think I am missing a ) or something:


=(COUNTIF($A:$A,B1)=0*(B1<>"")"

any help is appreciated. Thanks

malik641
09-06-2005, 01:45 PM
You BARELY messed that one up...


=(COUNTIF($A:$A,B1)=0*(B1<>""))

That should do it!
Let me know :thumb