Count of Completed Tasks by Month across multiple sheets

Allison H
Allison H ✭✭✭
edited 12/09/19 in Formulas and Functions

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

  • Allison H
    Allison H ✭✭✭

    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.

     

    Smartsheet error.jpg

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    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!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!