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
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives