How do I automatically send an email when it is 30 days past a date in a column?
Answers
-
Here's one way of doing it.
Target Date is manually entered.
# Days Elapsed is a column formula:
=NETDAYS([Target Date]@row, Today@row)
Today column is recorded via an Automation:
Another automation sends the email when 30 days is reached:
You can change "Is equal to" to "Is greater than or equal to" if you want it to keep notifying more than once.
The reason you create an Automation to record today's date (instead of using the TODAY() function as part of a formula) is so that things will still work even if the sheet isn't manually opened. It will still work even if nobody is using the sheet that day.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!