I need help figuring out how to count the number of children rows that have a certain status.
I can't seem to figure out how to get this formula to count only the children rows that have a certain status.
For example:
I want to get a count of the status of Green, Yellow, and Red of only the children rows of Parent row SWAR Caribbean Distributors in the column Dealer Legal Name. The children of the parent row SWAR Caribbean Distributors are also parents rows themselves with Children rows under them.
I only want to count the status of the Children row of SWAR Caribbean Distributors.
Does anyone know if this is possible?
Thanks
Answers
-
I believe you need a helper column in order to do this task.
=if(count(children()),1,0)
would go in the helper column, then you can just use an ordinary countifs using the helper column as one of your criteria.
-
@L@123 Is there any way we can do a call or to share screens to show you what I need?
-
Sorry, i'm heading out of the office now. You can check out this sheet that should give you enough hints to be able to build what you need.
Image below for if I delete this sheet sometime in the future.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 446 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!