Making Parent Rows Display the Lowest status of their Children Rows

Hey everyone, I'm looking to have my parent rows simply display the lowest status of their children rows.
My statuses are Complete, In Progress, Not Started.
Pretty basic but I keep having hang ups for some reason. I don't know if it's because some of my children rows have children of their own to break up the task into steps?
Any help would be great. Not sure if a screenshot will help as it is a very basic problem.
Answers
-
Figured out my problem, just had an extra " in my formula.
=IF(COUNTIF(CHILDREN(), "Not Started") >= 0, "Not Started", IF(COUNTIF(CHILDREN(), "In Progress") > 0, "In Progress", "Complete"))
-
I'm glad to hear you figured this out! Thanks for posting your solution 🙂
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
Check out the Formula Handbook template!