I'm trying to sort out a formatting formula, based on the following:
=COUNTIF($A$1:$A$20,B1)
I have a list of fixed data (A1-A20, formatted as text, but some values contain numbers and letters - eg. 12F20, 429NG, 1ED48)
I need to add data in colB. If the data I enter in column B does not match any of the data in colA, I want it to format (turn red, go bold, whatever)
The formula I used above checks if the data matches, and formats it instead. I've tried
=COUNTIF($A$1:$A$20,"<>B1")
but that doesn't work either, it still formats the cell if it matches.
I'm sure it's so simple, but I just can't see it!!
Bookmarks