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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives