Automatically set a date based on a checkbox
I want to be able to automatically set a due date of the next day based on a 2 criteria 1) a check box is checked, and 2) a cell having text in it.
For example (we do cabinet installations)...A check box for "repair doors needed" is checked, AND "Repair door sizes to order" cell has text in it. When those 2 criteria are checked, I want to automatically fill a "Repair Date" cell with the next day's date.
Thanks for your help!
Steve
Comments
-
Unfortunately SS doesn't have a timestamp feature other than created and last updated. You can submit an enhancement request here...
-
Hi Steve,
What Paul wrote is correct, but a possible workaround could be to use the formula below and with the help of a third-party solution like Zapier or similar change the date permanently.
Try this.
=IF(AND([repair doors needed]@row = 1; NOT(ISBLANK([Repair door sizes to order]@row))); TODAY(+1))
The same version but with the below changes for your and others convenience.
=IF(AND([repair doors needed]@row = 1, NOT(ISBLANK([Repair door sizes to order]@row))), TODAY(+1))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
Have a fantastic day & Happy Holidays!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
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.
-
This functionality has been implemented and tested and functional as posted here:
http://ronin-global.com/2016/12/11/smartsheet-fixed-date-upon-completion/
-
Craig,
Yes, I forgot about that.
Thanks!
Best,
Andrée
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!