Comparing Data in Two Columns

Supergirl

New Member
Joined
Dec 9, 2018
Messages
1
I hope someone can lend a hand.

I need to compare the data in two columns - Columns A & B.

If the data in Column B also appears in Column A, regardless of its position in the column, then I want to highlight each instance of the duplicate value.

The data in Column A contains the same value two to three times so using the Conditional Formatting won't work.

The desired outcome can either be to highlight a field or add a statement like True in a new column.

Column A
Column B
Column C
Data 1
Data 2
Duplicate?
5
5
True
5
19
True
5
43
True
12
300
False
12
324
False
12
False
43
True
43
True
324
True
324
True

<tbody>
</tbody>

Any help would be greatly appreciated!
Jody
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Another option
=ISNUMBER(MATCH(A2,B$2:B$6,0))

which can be used either in col C, or in conditional formatting
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,836
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top