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.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives