calculate years of service

  • Thread starter Thread starter JenniferD
  • Start date Start date
Hi
Try this with your starting date in cell A2, You can remove the day section if
you don't want it.
DATEDIF(A2,TODAY(),"y")&" Years, "&DATEDIF(A2,TODAY(),"ym")&" Months and
"&DATEDIF(A2,TODAY(),"md")&" Days"
HTH
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top