Simple one really, how do I highlight cells in column A if their value appears in column B? I found a thread that does the opposite:
Change the color of cells in one column when they don't match cells in another column
Thanks
Simple one really, how do I highlight cells in column A if their value appears in column B? I found a thread that does the opposite:
Change the color of cells in one column when they don't match cells in another column
Thanks
=COUNTIF(B:B,A1)=1
in the formula bar