The formula I have came from Smartsheet support, and it got me close but not there yet.
=IFERROR(IF(AND(CONTAINS(row@row, Successors:Successors), HAS([Overall Status]:[Overall Status], "COMPLETE")), 1, OR(=IF(AND(HAS(Successors:Successors, row@row), HAS([Overall Status]:[Overall Status], "COMPLETE")), 1))), "")
I am trying to use predecessors in the traditional way, however I would like to have the "Overall Status" of "COMPLETE" trigger multiple y/n's in multiple rows under the "Next Task Ready" column. is this possible? Currently the forumla selects lots of rows, but not the ones i want.
In the screenshot shown, i have row 3 complete, which the predecessors should trigger rows 9, 33, and 45 to check yes, but tons of them are checked yes and i have no idea why. Please help!