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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!