dawa
Member
[pre]
[/pre]
this is the sheet that i have, what i want is when i type in the employment no, the formula will just extract the latest date of the employee vacation start and end date. there are some employee who has taken more than one vacation in a year. so the formula will just ignore the old dates and give me the latest date of his vacation.
Code:
Emp_no name Vacation date End date return to work
81135 dawa 26-Jan-13 2/15/2013 2/16/2013
81136 balaram 28-Jan-13 2/12/2013 2/13/2013
81137 hari 29-Jan-13 2/8/2013 2/9/2013
81138 giri 2-Feb-13 3/4/2013 3/5/2013
81135 dawa 12-Mar-13 3/27/2013 3/28/2013
81137 hari 16-Mar-13 3/31/2013 4/1/2013
81139 janak 27-Mar-13 4/11/2013 4/12/2013
81138 giri 12-Apr-13 4/27/2013 4/28/2013
81137 hari 4-May-13 5/19/2013 5/20/2013
this is the sheet that i have, what i want is when i type in the employment no, the formula will just extract the latest date of the employee vacation start and end date. there are some employee who has taken more than one vacation in a year. so the formula will just ignore the old dates and give me the latest date of his vacation.