sorting out duplicate data of slight variation

  • Thread starter Thread starter carl
  • Start date Start date
C

carl

hi.

in a school district volunteer effort, i have a need to
sort out rows of data which are duplicates of other rows
of data yet some fields contain different data.

picture this:
columns: first name, last name, address
rows contain data like below:
susan, smith, 1440 wallaby way
joe, smith, 1440 wallaby way
bart, smith, 200 kings court

i need to keep susan or joe but not both.

HELP!
 
Back
Top