ISCRITICAL is FALSE for a PARENT task with CHILD tasks that are on the critical path

CyberLady
CyberLady
edited 05/16/24 in Formulas and Functions

I have a project plan where the child tasks are on the critical path with ISCRITICAL = TRUE, but for the parent task, ISCRITICAL = FALSE. Is this expected behavior?

Context: It's a waterfall project. Only the child tasks have predecessors and successors so that the dates and duration for the parent task adjust when the child tasks are updated.

I have created a workaround to identify the PARENT row as critical if any of its child tasks are critical. Is it is expected behavior for the PARENT row to evaluate ISCRITICAL without regard to its CHILD tasks? If this is expected behavior, how do I request that Smartsheet update the documentation for ISCRITICAL to reflect this behavior?

Formula used for ISCRITICAL (Y/N): =IFERROR(IF(ISCRITICAL([Task Name]@row), "Y", "N"), "?")
Thanks in advance for your help.

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!