Hi
I want to take unique value on the basis of Date and Employee ID.
I know for that I can use Unique tool but I want to take on the bases of third column.
Which is Created Date
I want to take the latest date row from Created Date column.
For ex
For date -
3/5/2022
For Employee ID
101
I want to take row number number 7 which is 4/16/2022 as it it the latest date.
How can we do this?
Thank you in advance