dallen8028
New Member
- Joined
- Jan 28, 2013
- Messages
- 48
The formula below calculates "Time of Service" of many employees with different start dates. The years and months calculate correctly but the number of days are all the same when they should be different.
=DATEDIF([@[Seniority Date]],$F$2,"y")&" years," &DATEDIF([@[Seniority Date]],$F$2,"ym")&" months,"&$F$2-DATE(YEAR($F$2),MONTH($F$2),1)&" days"
Using MS Office Pro 2016. Please advise
Thanks in advance.
=DATEDIF([@[Seniority Date]],$F$2,"y")&" years," &DATEDIF([@[Seniority Date]],$F$2,"ym")&" months,"&$F$2-DATE(YEAR($F$2),MONTH($F$2),1)&" days"
Using MS Office Pro 2016. Please advise
Thanks in advance.