
Originally Posted by
Richard Buttrey
Hi,
The approach I usually take to tasks like this is to first create a helper column, and in this column add the formula =A1&B1&C1&E1&G1, then copy this formula down your data rows. Then in another helper column, and assuming your first helper column is say H, add the following formula in the row 1 cell of the second helper column
=COUNTIF(H:H,H1)
and copy this down your data.
If there are duplicates this will result in an integer >1. Then all you need do is filter your data using this column for values >1 to identify the duplicates.
HTH
Bookmarks