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?