G
Guest
I have a database of over 2 million lines of data. Each of these lines has
multiple fields (columns) of information associated with it. I am looking for
a way to query/filter so the final result will show duplicates in column A,
B, C. Additionally, I need it to select where Column D does not match.
For example where column A is last name, column B is first name, column C is
address, and column D contains a periodical the individual subscribed to. I
would like to see only instances where the same person, at the same address
has subscribed to different periodicals. Thank you for the help.
multiple fields (columns) of information associated with it. I am looking for
a way to query/filter so the final result will show duplicates in column A,
B, C. Additionally, I need it to select where Column D does not match.
For example where column A is last name, column B is first name, column C is
address, and column D contains a periodical the individual subscribed to. I
would like to see only instances where the same person, at the same address
has subscribed to different periodicals. Thank you for the help.