Hello,
Given a list, suppose I want to keep all rows that have a non-unique column A value?
For example, given
A1 A2 A3
Toyota blue 4
Toyota red 3
Toyota green 2
Ford blue 3
I want to keep the three rows with "Toyota" in Column A. The opposite effect of the "unique" function, that is.
Thank you in advance.
Bookmarks