Count(Children()) Not Counting Correctly
I am trying to create a rollup of the status of the phase using a modified version of the method from this post:
The problem I am running into is somehow the simple COUNT(CHILDREN()) portion of my formula is not counting the correct number of children. As shown in this screenshot, there are clearly 3 children of this parent row, but it is only counting 2 when I use the formula =COUNT(CHILDREN()). Any idea why this could be?
Holly Conrad Smith
Director of Technology & Innovation 💡 at Streamline
CliftonStrengths Top 5: Deliberative, Restorative, Achiever, Consistency, Harmony
Best Answer
-
The count function by default does not count blank cells.
You can switch this to a COUNTIF function that checks for both empty and full:
=COUNTIF(CHILDREN(), OR(@cell = "", @cell <> ""))
Answers
-
The count function by default does not count blank cells.
You can switch this to a COUNTIF function that checks for both empty and full:
=COUNTIF(CHILDREN(), OR(@cell = "", @cell <> ""))
-
Thank you @Leibel Shuchat! 🤩
Holly Conrad Smith
Director of Technology & Innovation 💡 at Streamline
CliftonStrengths Top 5: Deliberative, Restorative, Achiever, Consistency, Harmony
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!