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
Paul Reeves. MBA, LSSBB
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives