Hi, I had created a formula to give me a count of completed projects, but then my manager needed a count within a financial year. I can't get the formula to work, so I'm wondering if dates are not usable with that formula. If that's the case, what should I used instead?
=COUNTIFS(([Project State]:[Project State], ="Completed", ([Planned Finish]:[Planned Finish], @cell >= DATE(2023, 02, 01), @cell <= DATE(2024, 01, 31)))