I am trying to create a sheet on Excel in which I need to calculate the retirement date. The condition is that the employee gets retired if they are either 58 years of age or have worked in the company for 25 years (whichever is earlier). Until now, I have used:
=DATEDIF(D2, TODAY(), "Y") for calculating age, and for calculating work experience:
=IF(OR(F2 >= 58, G2 >= 25), "RETIRED", "YEARS LEFT") for determining whether the employee is retired or how many years are left.
Now, I want to calculate the date for retirement.
WAITING FOR URGENT RESPONSE.
Kindly guide me through.
Regards,
Tapanjyoti
=DATEDIF(D2, TODAY(), "Y") for calculating age, and for calculating work experience:
=IF(OR(F2 >= 58, G2 >= 25), "RETIRED", "YEARS LEFT") for determining whether the employee is retired or how many years are left.
Now, I want to calculate the date for retirement.
WAITING FOR URGENT RESPONSE.
Kindly guide me through.
Regards,
Tapanjyoti