Hey Smartsheet!
This is regarding service/employment time for employees and I want it in years and months. Right now we have one that works for just years and that formula is: =IF(DATE(YEAR(TODAY()), MONTH([Start Date]33), DAY([Start Date]33)) < TODAY(), YEAR(TODAY()) - YEAR([Start Date]33), YEAR(TODAY()) - YEAR([Start Date]33) - 1)
It works great!
but now, I want to include former employees on this same sheet if possible. So to calculate their service time I would need to focus on the column "Last Day" instead of Today date to get an accurate service time. So I'm wondering if it's possible to keep former and current employees on the same sheet or not.
My hope is I could keep all of them on the same sheet and use the same "Years of Service" column for both current and former employees to see their years and months of service by doing a formula that would go something like "Start Date" to "Last Day" and IF there is no "Last Day" (because the employee is current) then it would go to "Start Date" to Today.
Is this possible? If not I would just need a formula for years and months from "Start Date" to "Last Day" for my former employee sheet and formula to update my current employee sheet that would calculate months and years between "Start Date" and Today.
Thank you for your help!