Within Sheet Summary I can't get this formula to work, it keeps saying invalid value. Any help would be greatly appreciated.
I am attempting to create a dashboard for items I have being completed on time or not using "0" or "1" through other formulas within the sheet. For example, looking for the number of CPAs completed on time in August.
=COUNTIFS([Legal CPA % OT]:[Legal CPA % OT], "1", [Start Date from Roster]:[Start Date from Roster], >=DATE(2025, 8, 1), [Start Date from Roster]:[Start Date from Roster], <=DATE(2025, 8, 31))
Larger question: Is there a better way to be doing this when pulling data over to the dashboard? Currently I would need to do a new one of these every month… and there are multiple items besides CPAs.
Thanks!