Hi There,
I've been looking all afternoon to see how I can complete my countifs formula and I think I'm close.
I need to count the number of rows between a date range based on if another column states a certain value. So in the case below, if the date is between X and Y in the 'date of incident' column and if the department involved is selected as fabrication.
So far i have
=COUNTIFS([Date of Incident]:[Date of Incident], AND((@cell >= DATE(2023, 8, 1), @cell <= DATE(2023, 8, 31))), AND([department
its the last part i cant get working, where it will count the rows if the department involved is filtered to fabrication.
Any help would be greatly appreciated.