Formula to automatically calculate 3 years from a date in another cell
I want to create a formula to automatically calculate 3 years from a date in another cell so that I know when something has to be renewed. Any advice
Best Answer
-
This is what I do for notifications.
Future Colum Cell =[Your Date Row]@row + 1095
Due Colum Cell =[Your Future Cell]@row - TODAY()
Then I run a notification email once a week, where Date Until/Over - Is less than
Answers
-
You should be able to use something along the lines of...
=DATE(YEAR([Original Date Column]@row) + 3, MONTH([Original Date Column]@row), DAY([Original Date Column]@row))
-
This is what I do for notifications.
Future Colum Cell =[Your Date Row]@row + 1095
Due Colum Cell =[Your Future Cell]@row - TODAY()
Then I run a notification email once a week, where Date Until/Over - Is less than
-
This one worked thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!