How to high;ight exact match ROWS, not just cells

CRAIG20

Board Regular
Joined
Mar 20, 2006
Messages
225
Hi I am looking for a way to highlight exact match (duplicate) rows. I know how to do this for individual cells in conditional formatting but I have 2000 rows and I want to check for duplicated rows.

Thanks in adavance.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
how many columns ?
=COUNTIFS($A$2:$A$50,$A2,$B$2:$B$50,$B2,$C$2:$C$50,$C2,$D$2:$D$50,$D2) >1

Book2
ABCD
2abc1
3abcd
4acfg
51bcd
6abcd
7acfg
8ab1d
9acfg
10
11
12
13
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:D16Expression=COUNTIFS($A$2:$A$50,$A2,$B$2:$B$50,$B2,$C$2:$C$50,$C2,$D$2:$D$50,$D2)>1textNO
 
Upvote 0
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0

Forum statistics

Threads
1,215,455
Messages
6,124,937
Members
449,196
Latest member
Maxkapoor

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