G
Guest
I want to calculate length of service for staff using their start date. I
have in the past used a formula to calculate age from date of birth but when
I altered it and used it for length of service it gave me 0 for staff who
have joined less than one year ago. Is it possible to alter the formula (or
use something similar), to give me the answer in years and months? Formula
is below:
=DateDiff("yyyy",[DOB],Date())+(Format([DOB],"mmdd")>Format(Date(),"mmdd"))
Thanks
have in the past used a formula to calculate age from date of birth but when
I altered it and used it for length of service it gave me 0 for staff who
have joined less than one year ago. Is it possible to alter the formula (or
use something similar), to give me the answer in years and months? Formula
is below:
=DateDiff("yyyy",[DOB],Date())+(Format([DOB],"mmdd")>Format(Date(),"mmdd"))
Thanks