I have a column of thousands of records whose cells are filled with text.
I want to find the unique cell entries in the column with a filter or delete the lines with all the duplicate or triplicate records… example{
pat,
smith,
johnson,
pat,
smith,
smith}
the result (unique value)must be only:
{johnson}