I have a dashboard that displays entries per month. Now that we are in a new year, I would like to separate the entries by month/year to do a rolling year display on my dashboard. My formula keeps coming up as unparseable. I'm counting the data in the Created Date column on another sheet.
=COUNTIFS({Operations Escalation Request Range 6}, ((IFERROR(MONTH(@cell ) = 7), YEAR(@cell ) = 2024)))