I've been trying to just create a formal in my sheet summary to show a count of issues i have on a sheet (number of rows) between a date range, so how many issues were raised in 2024, I've got a Row ID column with auto numbering which i'm trying to draw on but i keep getting error messages?
I feel like it's a simple count and date formula but I've search online and no variation seems to work
This is as far as i got
=COUNTIFS([Row ID]:[Row ID], [Date Raised]:[Date Raised], >DATE(2024, 1, 1), [Date Raised]:[Date Raised], <DATE(2024, 12, 31))
Any body have any ideas please?