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
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives