Thread: Date formula
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Steve Yandl
 
Posts: n/a
Default Date formula

=DATEDIF(F1,NOW(),"y") & " years, " & DATEDIF(F1,NOW(),"ym") & " months, " &
DATEDIF(F1,NOW(),"md") & " days"


"Richard" wrote in message
...
If F1 has a hire date, how would you write the formula to show the number
of
years, months, and days in F2, something like today()-F1 or now()-F1. I
can't
get it to show the total years, months and days.
Thanks in advance!