Hi!
I have this formula to identify if all my status are "Completo" then turn the cell "Completo", but if a children status is "Sin iniciar" then the status must stay "Sin terminar". But I want to include another status in my column "Condicionado", so I want that if all my status are "Completo" or "Conditionado" change the status to "Complete" too.
=IF(AND(COUNTIF(CHILDREN(); "Completo") > 0; COUNTIF(CHILDREN(); "Completo") = COUNT(CHILDREN())); "Completo"; "Sin terminar")
Can somebody help me please?
Thank you