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
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!