Formula Assistance

M

Mharper

I have a formula to calculate amount of days from a hire date to current
date, but I would like to see the days to reflect amount of years and months


any assistance would be appreciated thanks!
 
B

Bob Phillips

=DATEDIF(A1,TODAY(),"Y")&" years, "&DATEDIF(A1,TODAY(),"YM")&" months"

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Top