Hello,
I'm looking to create a formula that will flag a parent row if 1 or more children tasks are at risk.
My current formula supports all my necessary conditions, but I can't figure out how to flag parents rows.
=IF(ISBLANK([Ideal Completion Date]@row), 0, IF(Status@row = "Completed", 0, IF([Ideal Completion Date]@row <= TODAY(-1), 1)))