Hello,
I'm trying to use =countifs to add the number of submissions on a sheet. I've been able to populate the data when I search through one range, but I'm trying to search between two different date columns.
Example:
=COUNTIFS({Planned Completion Date}, AND(@cell >= DATE (2024, 10, 1), @cell <= DATE(2025, 9, 30)), {Status}, "completed")
This is what I'm currently using, but now I'm trying to account for dates within the "Actual Completion Date" column too.
The overall goal is if the row is marked "Completed" and either the "Planned Completion Date" or the "Actual Completion Date" is within the range of 10,1,24 - 9,30,25 the formula will account for that.