Red Flag Formula
Hi All,
Hoping to get some assistance with 2 questions.
1. In the Child rows, I would like the flag to go red when today's date is past the finish date AND % Complete is < 100% (ie the task is past the due date and not 100% complete).
2. The flag in the parent row (Black Circle) turns red IF any of the child row flags are red below it (Red circle).
Thanks for your assistance in advance!
Comments
-
In the child rows:
=IF(AND([% Complete]@row < 1, [Finish Date]@row < TODAY()), 1)
and in the Parent row:
=IF(COUNTIFS(CHILDREN(), 1) > 0, 1)
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 438 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 451 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 282 Events
- 32 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!