I'm dealing w/ a file about 1800 rows long.
This is the log of who entered the gym at any given time. Now each time someone enters that's recorded. Which means if someone enters 3x a day I get 3 entries.
I want to remove the duplicates so that if I enter twice today and twice tomorrow I only see one entry for each date (per person).
An example of duplicates below. The date and time is col A, name is col B.
It doesn't matter which of the 3 entries is gotten rid of.
This is the log of who entered the gym at any given time. Now each time someone enters that's recorded. Which means if someone enters 3x a day I get 3 entries.
I want to remove the duplicates so that if I enter twice today and twice tomorrow I only see one entry for each date (per person).
An example of duplicates below. The date and time is col A, name is col B.
It doesn't matter which of the 3 entries is gotten rid of.
7/13/2011 9:23:50 AM Howard, John
7/13/2011 9:58:14 AM Howard, John
7/13/2011 2:01:00 PM Howard, John