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 for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!