Hello All,
I'm looking to create a VBA which can search for matching results between 2 columns, for example, columns A and B, and highlights the results in A with yellow color, but the tricky part is to consider the first result as nonmatch.
So let's say I will have this example:
So basically comparing two columns, but highlighting only the ones which match and their count is more than 1.
At the moment I have created a macro that can highlight cells in column A, but it doesn't make the comparison between B and it might highlight cells that are not relevant.
Thanks in advance!
I'm looking to create a VBA which can search for matching results between 2 columns, for example, columns A and B, and highlights the results in A with yellow color, but the tricky part is to consider the first result as nonmatch.
So let's say I will have this example:
So basically comparing two columns, but highlighting only the ones which match and their count is more than 1.
At the moment I have created a macro that can highlight cells in column A, but it doesn't make the comparison between B and it might highlight cells that are not relevant.
Thanks in advance!