Automatic Reminder 2 weeks in advance of upcoming key deliverables
Can anyone suggest a way to be able to automatically remind of upcoming key deliverables by project say starting 2 weeks in advance?
Best Answer
-
Happy to help!
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with 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.
Answers
-
One way is to use a checkbox column with this column formula:
=TODAY() >= [Due Date]@row - 14
And then use a workflow to send alert on a daily basis when that checkbox is true.
But you don't want to alert people if the task is done, so add a Done checkbox and use:
=IF(Done@row = "false", TODAY() >= [Due Date]@row - 14)
Which is the same as
=IF(Done@row = "false", TODAY() >= [Due Date]@row - 14, "")
but Smartsheet does not require the FALSE part of the IF equation, but it helps some people to see it there.
But a lot of people like to add some error handling to hide errors:
=IFERROR(IF(Done@row = "false", TODAY() >= [Due Date]@row - 14, ""), "")
-
Hi @Dick1939
I hope you're well and safe!
To add to James's excellent advice/answer.
Another way would be to use a Workflow to remind you two weeks before.
Would that work/help?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
-
Thanks for the helpful suggestions. Let me give it shot.
-
Happy to help!
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with 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.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 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