What formula do I use to add 12 months to a date?
I have created a smartsheet form for contractor inductions. In one of the columns is the date at which the contractors completed induction was reviewed internally. I now need to create a formula that automatically populates the cell with a date that is 12 months from the review date as this will highlight when the contractor next has to be reviewed.
I'm having trouble making a formula work. Can you help me with this?
Answers
-
Hi Kim,
Try something like this.
=DATE(YEAR([Review Date]@row) + 1; MONTH([Review Date]@row); DAY([Review Date]@row))
The same version but with the below changes for convenience.
=DATE(YEAR([Review Date]@row) + 1, MONTH([Review Date]@row), DAY([Review Date]@row))
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hello Andree,
Thank you for your reply. I have tried the formulas both ways and they return an error message - #UNPARSEABLE with the semi-colan, and #INVALID COLUMN VALUE with the comma.
Do you have any other suggestions?
Thanks,
Kim Mauger
-
Happy to help!
That is strange!
Have you changed the column name to match yours?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Yes I made sure the column name matched exactly.
-
Ok.
Can you maybe share the exact formula, sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hello Andree,
Here is a screenshot of the columns. My date format is also dd/mm/yy which may have an impact on the formula.
-
Double check that the column you are putting your formula in is set to a Date type column.
-
I agree with Paul. Doublecheck the columns.
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Ah yes thank you, I've change the column properties to date type and this works now :)
-
Excellent!
Happy to help!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Happy to help! 👍️
-
I'm trying to add 5 years to a date using your formula and I get and Unparseable error
-
@Becky Wilson Can you copy/paste the formula that is causing the error exactly as is directly from the sheet to here?
-
=DATE(YEAR([Activation Date]@row) + 5, MONTH([Activation Date]@row), DAY([Activation Date]@row))
-
I am not sure exactly what happened, but now it works! Thanks
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!