K
Kane
In a form, I have a Years of service note. It works as it should except for
the first year of work, which would really be "0" years for the first year.
Tks
the first year of work, which would really be "0" years for the first year.
How can I get this to show "0" years for the first year?D48 > 02/06/06
D48 is the Anniversary date MM/dd/yy
H48 is the number of years of service
H48 >=IF(D48="","",DATEDIF(D48,TODAY(),"Y"))
Tks