Count # of Parent Rows in a Sheet
This seems like such an elementary question but I keep going around and around on this and I can't find what I'm doing wrong. I'm trying to count the number of parent rows in the sheet (each parent row represents an "Employee Name"); I want to include this count in the sheet summary but I can't seem to figure it out. This is what I'm using:
=COUNT(PARENT([Employee Name]))
Best Answer
-
The workaround I have used is to create a helper column to count ancestors. You could also choose to count descendants instead.
=count(ancestors([Employee Name]@row)
Make it column formula. Then in your sheet summary:
=countif([Ancestors]:[Ancestors], = 0)
Hope this helps
Answers
-
The workaround I have used is to create a helper column to count ancestors. You could also choose to count descendants instead.
=count(ancestors([Employee Name]@row)
Make it column formula. Then in your sheet summary:
=countif([Ancestors]:[Ancestors], = 0)
Hope this helps
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!