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)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!