Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am trying to figure out a formula that will calculate how many years &
months an employee has worked for the company. I found a formula that will give me the years, but not years & months. |
#2
![]() |
|||
|
|||
![]()
Take a look at Chip Pearson's notes at:
http://www.cpearson.com/excel/datedif.htm Pam wrote: I am trying to figure out a formula that will calculate how many years & months an employee has worked for the company. I found a formula that will give me the years, but not years & months. -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
=today()-hiredate
Then format that cell as Special YY:MM "Pam" wrote: I am trying to figure out a formula that will calculate how many years & months an employee has worked for the company. I found a formula that will give me the years, but not years & months. |
#4
![]() |
|||
|
|||
![]()
I followed Mike's instruction =today()-hiredate, however I do not have YY:MM
under Special or Custom formatting, how do I obtain this selection? "Pam" wrote: I am trying to figure out a formula that will calculate how many years & months an employee has worked for the company. I found a formula that will give me the years, but not years & months. |
#5
![]() |
|||
|
|||
![]()
On Mon, 29 Aug 2005 10:12:05 -0700, Pam wrote:
I am trying to figure out a formula that will calculate how many years & months an employee has worked for the company. I found a formula that will give me the years, but not years & months. =DATEDIF(hire_date,TODAY(),"y") & " years " & DATEDIF(hire_date,TODAY(),"ym") &" months" --ron |
#6
![]() |
|||
|
|||
![]()
Select Custom and just type it in the Type: box.
Pam wrote: I followed Mike's instruction =today()-hiredate, however I do not have YY:MM under Special or Custom formatting, how do I obtain this selection? "Pam" wrote: I am trying to figure out a formula that will calculate how many years & months an employee has worked for the company. I found a formula that will give me the years, but not years & months. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i convert years to months (formula) | Excel Worksheet Functions | |||
Converting sum of time | Excel Worksheet Functions | |||
Calculate months and years | Excel Discussion (Misc queries) | |||
Help with Years of Service formula.... | Excel Discussion (Misc queries) | |||
How do I display months and years between two dates | Excel Discussion (Misc queries) |