Years of Service with Company - Date Formula - Help needed
JHigginbotham
✭✭✭
Using this formula to calculate the Years of Service, but the formula is rounding up.
For instance, 7/18/22 is returning 2 years of service when it wont be 2 years until 7/18/24
=YEAR(TODAY()) - YEAR([Hire Date]@row)
Answers
-
Hi,
I use a couple of options in one sheet.
=ROUND(ROUND((NETDAYS([Start Date]@row, [Expiry Date]@row) / 365) * 12) / 12) + "yrs" + MOD(ROUND((NETDAYS([Start Date]@row, [Expiry Date]@row) / 365) * 12), 12) + "mo" (Not my formula)
is the first one I use, but if you only want years
a combination of
=[Expiry Date]@row - [Start Date]@row
and
=[Term Days]@row / 365
work for me - then I just hide these columns
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives