Cell formula that will highlight a task expired if any of its sub tasks are expired
Hello All,
I'm trying to create a cell formula that will highlight a task expired if any of its sub tasks are expired.
For example if a parent task has any child tasks with due dates earlier than the one of the parent it should be marked as expired.
Is there a formula available for this?
Thanks
Comments
-
Thanks Paul,
When I enter this formula in the FlagTest column the cell shows #UNPARSEABLE.
It does this in both parent and child rows, in different columns as well with different tasks and dates.
The parent task should show expired if any of the sub or sub sub tasks are expired, meaning if the Due Date on the subtask is earlier than the current date.
Not sure if this is possible.
Thanks for you time.
-
Hi - I hope you don't mind me putting my four penneth in here, but this one intruiged me.
I believe there may have been a close bracket missing in Pauls example. Try this instead:
=IF(JOIN(COLLECT(CHILDREN([Date Due]@row), CHILDREN([Date Due]@row), @cell < [Date Due]@row)) <> "", "Expired")
Forgive the intrusion if this has already been resolved!
Kind regards
Debbie
-
Good catch, Debbie. Thanks!!
-
Hi Debbie,
Thanks this was the case as we discovered.
Thanks for your time.
Kenny
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!