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
- 66.6K Get Help
- 434 Global Discussions
- 153 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives