Formula Assistance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
=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)
 
Back
Top