close

I have two columns A amp; B. I need to first check if the Value in Column
B exists in Column A if yes then Highlight the Value in Column A.

So...

Name1 Name2
Dude Harry
Joe Sally
Bob Joe

Result:
the cell with Joe in Name1(ColumnA) should be Highlighted.You can use conditional formating, with a formula like this:
=(MATCH(A2,$B$2:$B$4,0)gt;0)
It will be true if the value on cell A2 is present in the list in B2:B4.
This can be applied to cell A2 and then copy format to the other cells.

quot; wrote:

gt; I have two columns A amp; B. I need to first check if the Value in Column
gt; B exists in Column A if yes then Highlight the Value in Column A.
gt;
gt; So...
gt;
gt; Name1 Name2
gt; Dude Harry
gt; Joe Sally
gt; Bob Joe
gt;
gt; Result:
gt; the cell with Joe in Name1(ColumnA) should be Highlighted.
gt;
gt;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()