How can I calculate the correct task count on project plan?
Answers
-
I do this with 2 helper columns:
Level Column: =IF(COUNT(CHILDREN([Task Name]@row)) > 0, COUNT(ANCESTORS()) + 1)
Task (CheckBox): =IF(Level@row >= 1, 0, 1)
Then you can count the number of Checkboxes.
-
Thank you, @Nic Larsen 😀 I'm going to try that.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives