James,
The following formula can be pasted in the conditional formatting dialog.
Select the range you want to apply it to first. Adjust the addresses to your
needs.
=ISNA(MATCH(A1,B$1:B$12,0))
The Match will return #NA error if it does not find a match, thus ISNA will
return True. And your format will be applied.
HTH,
Brian
Quote:
> Can I code a condition that will change color of text in column "a" that
> does not match items in column "d" To Turn Red
> Conditional formatting will not work for this because if true it sets the
> background color to the unwanted color, and if I select a color for this
> argument, and it ends in false, then again I end up with the wrong color.
> I think code is probably the route,
> Any insight would be helpful
> Thanks again
> James Schmidt