Dates formula : add several months in a formula
Hello everyone,
I have a small question about the use of Smartsheet for a formula on dates. Here is the use case :
I have a column with a date. I would like to have another column with a formula that add 3 months to that date.
I already try =DATE(column)+90 but it only add 90 days and sometimes 90 days is not exactly a 3 months duration. Do you know if it is possible in Smartsheet ?
Thank you very much,
Corentin
Best Answer
-
You should be good with:
=IFERROR(DATE(YEAR([Date]@row, MONTH([Date]@row)+3, YEAR([Date]@row)), DATE(YEAR([Date]@row +1 , MONTH([Date]@row)-9, DAY([Date]@row)))
Hope it helped!
Answers
-
You should be good with:
=IFERROR(DATE(YEAR([Date]@row, MONTH([Date]@row)+3, YEAR([Date]@row)), DATE(YEAR([Date]@row +1 , MONTH([Date]@row)-9, DAY([Date]@row)))
Hope it helped!
-
Hello @David Joyeuse
It works perfectly, thank you very much for your help on this pain point !
Have a great day,
Corentin
-
I'm trying to do the exact same thing and it keeps saying incorrect argument. My first date column was "date hired" so I changed [date] to [date hired] and my second column is labelled 3 month mark. @David Joyeuse im stuck any help would be appreciated
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!