I have been racking my brain on how to write this formula - for some reason, it did not count anything
What I am trying to do is:
Count "Complete" between two dates. The formula goes:
=COUNTIFS([Actual Start Date]:[Actual Start Date], ">=12/26/2022", [Actual End Date]:[Actual End Date], "<=05/26/2023", Status:Status, "Complete")
What have I done wrong?