Trigger a warning - either via automation or conditional formatting
I have a master sheet that I'm using to track the progress of roughly 100 other sheets. I'm pulling in data from those individual sheets of the various status of accounts.
What I'd like to do is have an automation so that if the numbers don't change after a week, an email goes out. Or at a bare minimum conditional formatting that will highlight the cell.
I can't do additional data columns as I want to keep the least amount of manual intervention so I don't want someone to have to enter dates, it would be a logistical nightmare.
Answers
-
I'm not sure about an automation for this issue.
A simple solution for this would be to add a "Modified Date" column to your grid, then add another column to your grid called "Check" or whatever you'd like.
In the "Check" column, use the formula "=IF((TODAY() - 7) > Modified@row, "Highlight", "Don't Highlight")" and make it a column formula.
The apply a conditional format that follows the logic "Check" is "Highlight" apply your desired formatting.
This will work autonomously, and you can hide the columns once created.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 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!