A "reverse" filter question
Posted by BToff on September 13, 2000 8:01 PM
Is there a way to filter out an instance of a row having no duplicates within the set of rows?
i.e., 1000 rows. 996 rows have at least one other same value within a column. 4 rows have no duplicate values in that column. Can I filter out those 4 rows?
Column1 Column2 Column3
ABC DEF 123
ABC DEF 345
BCD GTH 378
DEF QED 767
GHY QED 478
I'd like to filter out the row that has GTH in Column2.