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 🙂
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!