How to Calculate # of years passed from start date
jcouncil
✭✭✭✭
Hi!
I have a smartsheet tracking active customers including the date contracts were signed. I want to use "Contract Start Date" to calculate "Years Serviced" column with total # of years that have passed between "Contract Start Date" and Today.
Best Answer
-
=ROUNDUP((TODAY()-[Start Date]@row)/365, 1)
If you are not particular about months and ok with rounding off, then you can also use,
=YEAR(TODAY())-YEAR([Start Date]@row)
Answers
-
=ROUNDUP((TODAY()-[Start Date]@row)/365, 1)
If you are not particular about months and ok with rounding off, then you can also use,
=YEAR(TODAY())-YEAR([Start Date]@row)
-
That worked perfectly, thank you!
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives