Formula to add X years onto a date?
Hi, I have a formula that adds 1, 2 or 3 years onto a date but the return date is going to the 1st of the month. Can someone please advise how to fix this so the date is exactly 1, 2 or 3 years later?
Formula I have used in Next Review Date column
=DATE(YEAR([Last Reviewed Date]@row) + [Review Frequency]@row, MONTH([Last Reviewed Date]@row, DAY([Last Reviewed Date]@row)))
Best Answer
-
Hi @Kristina Delis,
You're missing a bracket in your formula (bolded):
=DATE(YEAR([Last Reviewed Date]@row) + [Review Frequency]@row, MONTH([Last Reviewed Date]@row), DAY([Last Reviewed Date]@row))
This is causing your results to come back with the first in the day as the dates are in January.
Hope this helps, but if you still have any problems/questions then let us know! 🙂
Answers
-
Hi @Kristina Delis,
You're missing a bracket in your formula (bolded):
=DATE(YEAR([Last Reviewed Date]@row) + [Review Frequency]@row, MONTH([Last Reviewed Date]@row), DAY([Last Reviewed Date]@row))
This is causing your results to come back with the first in the day as the dates are in January.
Hope this helps, but if you still have any problems/questions then let us know! 🙂
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!