I use this formula to identify how many Requests a certain Division entered.
=COUNTIFS({Divisions}, [Request Entered by]@row, {Request Type}, "Template Request")
I want to combine it with this formula to identify how many times a month, does that certain division enter specific request.
=COUNTIFS({Request Entered Date}, <=(DATE(2023, 8, 31)), {Request Entered Date}, >=(DATE(2023, 8, 1)))
If there is another way to go about this, would love to hear it. 😀