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.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!