Hello Folks,
Is possible to have a macro evaluate two or more time stamps and delete the oldest one?
In addition, if only one order is found in column A (order for) then ignore and move to the set of orders.
Thank you as always.
This is my raw data
This would be the Final Result
Is possible to have a macro evaluate two or more time stamps and delete the oldest one?
In addition, if only one order is found in column A (order for) then ignore and move to the set of orders.
Thank you as always.
This is my raw data
Order For | Time Stamp |
---|---|
Mike | 9/2/2023 20:07 |
Mike | 9/3/2023 20:12 |
John | 8/27/2023 00:20 |
Mary | 8/28/2023 09:21 |
Mary | 8/29/2023 18:20 |
Kelly | 8/30/2023 14:51 |
Melanie | 7/25/2023 15:00 |
Melanie | 8/26/2023 18:21 |
Melanie | 8/26/2023 18:25 |
This would be the Final Result
Order For | Time Stamp |
---|---|
Mike | 9/3/2023 20:12 |
John | 8/27/2023 00:20 |
Mary | 8/29/2023 18:20 |
Kelly | 8/30/2023 14:51 |
Melanie | 08/26/2023 18:25 |