Mark Parent Complete
MrMike
βββ
Hello,
looking for a formula that would mark the parent cell Complete after all the children cells are marked Pass.
Comments
-
Try somethingΒ like this...
Β
=IF(COUNTIFS(CHILDREN(), "Pass") = COUNTIFS(CHILDREN(), OR(NOT(ISBLANK(cell)), ISBLANK(@cell))), "Complete")
-
Thanks for the reply butΒ it shows unparseable.
-
Can you post your exact formula that you are using? Screenshots would also be very helpful. Sensitive/confidential data can be removed, hidden, or replaced with "dummy data" if needed.