Counting two columns

Hi! I want to be able to count two columns next to each other (my subproject and task columns, which I use symbols to denote respectfully). I can figure out how to do the one column - =COUNT(CHILDREN([SUBPROJECT:]@row)) but can't figure out how to add on to my equation to also count my task column, which is called TASK:
Answers
-
To find the count of subproject children and task children you can add the two results together using +
=COUNT(CHILDREN([SUBPROJECT:]@row))Β + COUNT(CHILDREN([TASK:]@row))Β
-
I did that and it gave me a duplicate number. For example, one project had 2 subprojects and no tasks. But it gave me a total number of 4...
-
Can you share a screenshot of your sheet? You can obscure anything that should not be shared publicly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!