Logic to send a reminder 2 days before the first Monday of every month.
If I want to send a form to a list of users 2 days before the first Monday of every month will this logic work?
Answers
-
I don't think it works and I can't think of a way to do it solely with a workflow.
I would create a workflow that triggers when a cell is checked. Use this formula in a checkbox cell (I tested it some, but you might want to test it more to make sure it works in all situations).
=IF(WEEKDAY(TODAY()) = 7, IF(DAY(TODAY(2)) < 8, 1))
-
Thanks! I'm pretty new to the tool so I'll have to figure out how to do that too. : )
-
Create a new column and in the column properties, set the column type to "checkbox". Then copy the formula into a cell. =IF(WEEKDAY(TODAY()) = 7, IF(DAY(TODAY(2)) < 8, 1))
The formula will display a check in the box on every Saturday that is before the first monday of the month.
You can then create your workflow to trigger when the box is checked; You could also have the workflow repeat everyday at 8:00 am with a condition of when the box is checked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!