Forum Discussion
Niraj1
Jul 27, 2023Copper Contributor
Excel Compare two columns to find unmatched values
I want to compare two columns (A and B) and want to identify the values in B which are not present in A.
tanayprasad
Jul 27, 2023Brass Contributor
You can easily achieve this using Conditional Formatting-
- Select the cells in column B where you want to see the values that don't match.
- Go to the "Home" tab in the Excel ribbon.
- In the "Styles" section, select "Conditional Formatting".
- Select "Highlight Cells Rules".
- Then choose "Duplicate Values."
- In the "Duplicate Values" dialog box, select "Unique" from the dropdown list.
- Choose a format (e.g., fill color) for highlighting the unmatched values, and click "OK."
If you have any doubts, please let me know.
Aman2119
Jul 11, 2024Copper Contributor
Thank you tanayprasad. Niraj1
But this will only give unique valves in the same column (column B).
I have same query, where i want to compare two columns A & B which might have duplicate values but I only want to filter out (identify) the unique values of column B which are not present in column A.
Thank you
But this will only give unique valves in the same column (column B).
I have same query, where i want to compare two columns A & B which might have duplicate values but I only want to filter out (identify) the unique values of column B which are not present in column A.
Thank you
- SergeiBaklanJul 11, 2024Diamond Contributor