Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am trying to compute in Excel 2007, the length of service of employees.
While I have been able to computer the years, I would like to see the number of months and days rather than a fraction of the year. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=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) "Ed Neri" <Ed wrote in message ... I am trying to compute in Excel 2007, the length of service of employees. While I have been able to computer the years, I would like to see the number of months and days rather than a fraction of the year. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
what's the best way to calculate a person's years of age in excel | Excel Worksheet Functions | |||
FORMATTING CELLS FOR A PERSON'S NAME | Excel Discussion (Misc queries) | |||
Pivot table blank cells show data deleted months ago! | Excel Discussion (Misc queries) | |||
HOW TO SUBTRACT A YEAR+MONTH AND SHOW DIF IN MONTHS? | Excel Worksheet Functions | |||
How do I calculate amortization to show months? | New Users to Excel |