Hi,
I have list of employees with their goals, each employee has at least 3 goals and each goal has a different update goal date. My question is how to figure out the most recent update date of each employee? What is the right formula?
Below is a sample of employees list:
Thank you!
I have list of employees with their goals, each employee has at least 3 goals and each goal has a different update goal date. My question is how to figure out the most recent update date of each employee? What is the right formula?
Below is a sample of employees list:
EE ID | Last Modified Date | Most Recent Update Date Per Employee |
1111 | 6/10/2020 | |
1111 | 6/10/2020 | |
1111 | 6/10/2020 | |
1111 | 6/10/2020 | |
1111 | 7/13/2020 | |
1111 | 6/10/2020 | |
2222 | 2/28/2020 | |
2222 | 7/18/2020 | |
2222 | 7/18/2020 | |
2222 | 7/18/2020 | |
2222 | 7/18/2020 | |
2222 | 7/18/2020 | |
2222 | 7/18/2020 | |
2222 | 7/18/2020 | |
3333 | 2/26/2020 | |
3333 | 2/26/2020 | |
3333 | 2/26/2020 | |
3333 | 2/26/2020 | |
3333 | 2/26/2020 | |
3333 | 2/26/2020 | |
4444 | 6/25/2020 | |
4444 | 6/25/2020 | |
4444 | 6/25/2020 | |
4444 | 6/25/2020 | |
4444 | 6/25/2020 | |
4444 | 6/25/2020 | |
4444 | 6/25/2020 | |
4444 | 6/25/2020 | |
4444 | 6/25/2020 | |
5555 | 6/22/2020 | |
5555 | 6/22/2020 | |
5555 | 6/22/2020 | |
5555 | 6/22/2020 | |
5555 | 6/22/2020 | |
5555 | 6/22/2020 |
Thank you!