R
Rothrock
I've got a list of several thousand names and addresses. I'm trying to
find the duplicates. I've searched the forums here and found this:
=IF(COUNTIF(Range1, FirstCellofRange)>1,"Duplicate","")
And it seems to almost be what I want. But...the first and last name
have been split across two columns. So additionally I would like to
have a row marked as a possible dupe if a variety of things are met.
If cellB + cellC in this row is the same as any other cellB + cellC in
any other row, mark as a possible dupe.
or
If cellJ in this row is the same as any other rows cellJ, mark as a
possible dupe.
Any pointers or other approaches would be great. Thanks.
find the duplicates. I've searched the forums here and found this:
=IF(COUNTIF(Range1, FirstCellofRange)>1,"Duplicate","")
And it seems to almost be what I want. But...the first and last name
have been split across two columns. So additionally I would like to
have a row marked as a possible dupe if a variety of things are met.
If cellB + cellC in this row is the same as any other cellB + cellC in
any other row, mark as a possible dupe.
or
If cellJ in this row is the same as any other rows cellJ, mark as a
possible dupe.
Any pointers or other approaches would be great. Thanks.