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
- 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
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!