Count if formula for deliverables
I was wondering if someone could help me with putting a formula together. I created a formula to count how many deliverables where completed if my received column was checked. ="Completed Deliverables: " + COUNTIF(CHILDREN(Received33), 1) + " of " + ((COUNTIF(CHILDREN(Received33), 1) + (COUNTIF(CHILDREN(Received33), 0))))
However for my Caremount Project Plan I would like in the details column to have for next to each milestone count completed deliverables out of total deliverables based on the % column. If the task is marked as a deliverable under the program status and it is 100% complete then count that out of the total amount of deliverables for that milestone.
Answers
-
Try this:
="Completed Deliverables: " + COUNTIFS(CHILDREN([% Complete]@row), @cell = 1) + " of " + COUNT(CHILDREN([Task Name]@row))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!