How do I set an alert to trigger when Task A's date exceeds Task B's date?
Task A (prep is scheduled to be complete): date dependent on previous rows, will change based those
Task B (prep is DUE to be complete): fixed date
I would like to create an alert that will trigger if Task A's date exceeds Task B's date, but I am having trouble selecting the right conditions. I would also be open to applying conditional formatting that would turn Task A red.
Best Answer
-
Hi Sarah,
You can add a new column called "Warning" that will help you to trigger the alarm.
Try this formula:
=IF([Due Date]1 > [Due Date]2, "High", "-")
Then set this condition:
For your conditional formatting, you can set this:
Hope this helps!
Have a nice week-end,
Mathieu | Workflow Consultant
info@evolytion.com
Answers
-
Hi Sarah,
You can add a new column called "Warning" that will help you to trigger the alarm.
Try this formula:
=IF([Due Date]1 > [Due Date]2, "High", "-")
Then set this condition:
For your conditional formatting, you can set this:
Hope this helps!
Have a nice week-end,
Mathieu | Workflow Consultant
info@evolytion.com
-
Thank you so much, this will work!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!