Hello -I have a file that has duplicate email addresses in it. I want to keep the one that has to highest $. In my example below, I'd like to identify and keep the first one while removing the second one from the output. There are also records that are not dups that I want in the output as well.
I've tried the Unique tool and, while it identifies the dups it doesn't help me to remove the ones I do not want. I also tried summarize and couldn't figure out how to configure it to get me to where I need to be. (Sorry for the terrible formatting - It's my first time posting and I kept getting an error that I had HTML in my post that had to be removed.)
Example:
CustomerName Email Dollars
ABC cust@cust.com $60
ABC cust@cust.com $2
CDE pat@pat.com $2
Output I want:
CustomerName Email Dollars
ABC julie@julie.com $60
CDE pat@pat.com $2