Hi,
I'm looking for a formula which will give me the total number rows for a certain date range from my master list for my metrics.
For example, I want to count the number of rows which have dates between 01/01/2024 and 01/31/24, so this will tell me how many county request have been captured within that date range.
Can someone please help?
Formula: =COUNTIFS({Ombud Complaint and Constituent Issue Trac Range 6}, [Primary Column]@row, >=DATE(2023, 12, 31), {Ombud Complaint and Constituent Issue Trac Range 3}, <=DATE(2024, 1, 31))