Finding duplicate data

tobor

Board Regular
Joined
Apr 7, 2008
Messages
75
To whom it may concern,
Can anyone tell me is there a way to have excel automatically find and flag duplicate data? I get a report of about five hundred rows of orders, there should not be any duplicate but if I ask excel to remove duplicate it does. The problem is I don't know what was removed so I can't see what needs fixing.

Thanks in advance
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
how are you defining duplicates? A single column? But you have different data in various columns? Please post a sample
 
Upvote 0
Follow up. One column has my order numbers. I can sort by that, if a duplicate order is found I would highlight it.
 
Upvote 0
You could use conditional format.

Select the cells that you wish to test and format, B2:B64 in this example. Then, open the Conditional Formatting dialog from the Format menu, change Cell Value Is to Formula Is, enter the formula below, and choose a font or background format to apply to cells that are duplicates.

Enter =countif($b$2:$B$64,B2)>1
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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