I have two columns, 'received by date' (date column) and the type of 'agency' it was received from which are two columns I need to formulate a number for.
I need to count how many applications were received for that month per agency. There are 16 agencies that can be selected under the agency column that can be grouped as "MO" and 2 agencies I want to group as "DPC/OP".
I have tried this but no luck: =COUNTIFS({NEW - Received Date}, IFERROR(MONTH(@cell), 0) = 6), IFERROR(YEAR(@cell), 0) = 2024)
I have attached the sheet I would like the data to populate into. The other sheet is being used as the reference sheet - columns are 'AGENCY' and 'NEW - Received Date'. Thank you!