View Single Post
  #2   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Try this with the hire date in C4

=DATEDIF(C4,TODAY(),"y") & " y " & DATEDIF(C4,TODAY(),"ym") & " m " & DATEDIF(C4,TODAY(),"md") & " d"

--
Regards Ron de Bruin
http://www.rondebruin.nl



"ruby" wrote in message ...
I want to calculate number of years, months and days between a hire date and
today's date.