Add years to a date
Hi, I'm trying to populate a column with a future date. What formula can I use to take a birthdate entry in one column and add 26 years? Seems like a simple enough ask, but nothing I've seen in other questions seems like a plug & play answer to me.
Both columns are date field settings
Thanks!
Best Answer
-
Use:
=DATE(YEAR([Date of Birth]@row) + 26, MONTH([Date of Birth]@row), DAY([Date of Birth]@row))
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
Answers
-
Use:
=DATE(YEAR([Date of Birth]@row) + 26, MONTH([Date of Birth]@row), DAY([Date of Birth]@row))
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
-
Thank you, Dan!!! Knew I was missing something basic. :)
-
Hello I am trying to do the same thing but the formula just is not working for me. I've copied it exactly and still getting the error message. Can you give me any suggestions?
UPDATE: I found the error and now it works!! thanks
-
This formula only works if you change the column settings to be "Date" instead of "Text/Number"! Thiis was key. Otherwise, I kept getting an error!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 479 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!