Summary Report pulling tasks count based on items checked
I need a count formula or any formula that counts the number of late, not started, complete and in progress tasks that has milestone or key activity checked. The purpose is to create a semi-circle chart (sample chart below is the count that will pull into a summary report) on a dashboard to show the different counts.
- Milestone Level For example: Count will return the number 1 = Late, 0 = Complete, 0 = in progress, & 0 = not started
- Key Activity Level For example: Count will return the number 0 = Late, 2 = Complete, 0 = in progress, & 0 = not started
- Milestone/Key Activity For example: Count will return the number 1 = Late, 2 = Complete, 0 = in progress, & 0 = not started
Best Answer
-
Milestone - Late:
=countifs(milestone:milestone, 1, status:status, "Late")
Key activity - Late:
=countifs([key activity]:[key activity],1,status:status,"Late")
You could then replace "Late" with "Complete", "In Progress", and "Not Started" in fields for each of the other status.
Hope this helps!
Best,
Heather
Answers
-
Milestone - Late:
=countifs(milestone:milestone, 1, status:status, "Late")
Key activity - Late:
=countifs([key activity]:[key activity],1,status:status,"Late")
You could then replace "Late" with "Complete", "In Progress", and "Not Started" in fields for each of the other status.
Hope this helps!
Best,
Heather
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!