Vpremakumar
New Member
I have two columns of data in an Excel spreadsheet. I have to see that every value in Column A has a match in Column B. I understand that two columns can be compared and highlighted in Conditional Formatting using the Match function.
The problem is that the the Match function in Conditional Formatting does not exclude previously matched and highlighted values from the list for future comparisons. For example...
A: 1, 1, 2, 3
B: 2, 3, 1, 0
If using the Match function in Conditional Formatting, both "1" values in Column A would be highlighted because it sees that there is a "1" in column B. I need the columns to match one-to-one. So once a value is found to have a match in the other column, that match is excluded from the comparisons for the rest of the function's execution.
The problem is that the the Match function in Conditional Formatting does not exclude previously matched and highlighted values from the list for future comparisons. For example...
A: 1, 1, 2, 3
B: 2, 3, 1, 0
If using the Match function in Conditional Formatting, both "1" values in Column A would be highlighted because it sees that there is a "1" in column B. I need the columns to match one-to-one. So once a value is found to have a match in the other column, that match is excluded from the comparisons for the rest of the function's execution.