Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Not tested but try this as a formula Numeric field called [Service Years]
var date EndDate = IF(IsNull([Termination Date],Today(),[Termination Date]);
ToDays($EndDate - [Date of Hire]) / 365.25
var date EndDate = IF(IsNull([Termination Date],Today(),[Termination Date]);
ToDays($EndDate - [Date of Hire]) / 365.25
JohnDonnelly
8 years agoQrew Trainee
That works perfectly, thank you so much.