I am using Predecessors in my sheet and I am trying to figure out a way to see if the predecessors has been finished based off a check box.
Is there a way to make something like this to work? =IF(FinishedPredecessors@row
= 1, 1, 0)
I would like to take the number from the predecessor cell and use it to reference which row I am checking to see if it is finished.