Highlighting duplicates

Status
Not open for further replies.

t1o9n9y1

New Member
Joined
Dec 9, 2018
Messages
19
I am trying to highlight duplicates across two columns. So when a selection from column A and a selection from column B occur more than once together in the table, they are then highlighted. I can get it to work with duplicated entries from a single column, but not from both.

So for example,
[TABLE="width: 500"]
<tbody>[TR]
[TD]ABC[/TD]
[TD]DEF[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]DEF[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]GHI[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]JKL[/TD]
[/TR]
</tbody>[/TABLE]

In this instance, only the top two rows should be highlighted. Is this possible at all?

Cheers for any help.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Status
Not open for further replies.

Forum statistics

Threads
1,225,732
Messages
6,186,704
Members
453,369
Latest member
positivemind

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