Hi Smartsheet Heads!
Currently I am using a formula from this thread: https://quip.com/nyDjAzhAKRhq
=IF(COUNT(CHILDREN([Localisation Status]@row)) > 0, IF(COUNTIF(CHILDREN([Localisation Status]@row), "Approved") = COUNT(CHILDREN([Localisation Status]@row)), "Approved", IF(COUNTIF(CHILDREN([Localisation Status]@row), "Not Started") = COUNT(CHILDREN([Localisation Status]@row)), "Not Started", "In Progress")))
The issue here is that I need to set a parent status to scheduled also in case when some of children statuses are "Cancelled" and cannot force this formula to work properly with e.g. OR function.
Like below, this should be also scheduled in Parent status:
Any hints please?
Thank you