formula to calculate how many years have passed since start date
Answers
-
I have a sheet that I'm tracking contract start dates on, and want to use a formula to calculate how many years have passed since start date of formula to show length of partnership. Here is my sheet. Any formula guidance would be greatly appreciated!
-
Hi @jcouncil
As long as the "Contract Start Date" column is a Date column, you can subtract "Today's Date" from that date to find out the number of days between Today and then:
=[Contract Start Date]@row - TODAY()
Then once you have the number of days, you can divide this by 365 to find out the Years:
=([Contract Start Date]@row - TODAY()) / 365
See: Use Formulas to Perform Calculations With Dates and TODAY Function
Let me know if this makes sense and works for you.
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!