Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
how to create a formula that will return the years of service for an Employee

Scott Conrad
✭✭
I need a basic formula that will take the employees start date and todays date to calculate years of service?
Tags:
Comments
-
Create a column titled "Years of Service" and use this fomula (assuming your start date column is called "Start Date")
=YEAR(TODAY()) - YEAR([Start Date]1)
-
Thank you Sanjay. That was exactly what I was needing.
This discussion has been closed.