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
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!