Calculate length of service

Please help me, i want to compute the lenght of years in service of a certain employee, what i did i entered the year (2005-06-07) based on the picture and subtract it to the current date, the output was supposed to be 21 years.

Hi @jerfabre76 and welcome back :slight_smile:

It seems like right now you’re counting the days passed since the date you wrote.

There are various approaches to calculate years, mostly discussed in calculating age threads.

You can see some of them below:

You can find many of them by searching calculate age in forum.

Thank you very much sir for your response, I was able to fix it. I just divide it with 365 (days) and it works🙂

1 Like