Count of Completed Tasks by Month across multiple sheets
I am trying to get a count of completed tasks by a team by month across multiple sheets.
I've created this formula in the sheet summary: =COUNTIFS(Status:Status, "Complete", [Team Assignment]:[Team Assignment], "Lean"). If I'm trying to get a completed count of tasks for the month of September, how could I get that count? Is sheet summary the best way to do this since I'm not able to run formulas on reports to get an aggregated count?
Also, is there a way to copy formulas (not just fields) across sheet summary?
Comments
-
Here is the formula I'm trying and it get an #UNPARSEABLE error:
=COUNTIFS(Status:Status, "Complete", [Team Assignment]:[Team Assignment], "Lean", [Current Estimated End Date]:[Current Estimated End Date], IFERROR(MONTH@cell,0) = 10)
The first part is working, the dates are just throwing off the calculation.
-
You only just forgot to wrap the @cell in the MONTH statement.
=COUNTIFS(Status:Status, "Complete", [Team Assignment]:[Team Assignment], "Lean", [Current Estimated End Date]:[Current Estimated End Date], IFERROR(MONTH(@cell),0) = 10)
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!