How do i edit this formula so I can pull data within a certain date range? for example, I want to pull data from July 1, 2025 through June 30, 2026
=IF(AND(OR(Status@row = "Validated", Status@row = "Completed", Status@row = "Hold", Status@row = "Active"), Type@row <> "Cost Avoidance", Type@row <> "Optimization", [Actual IMP Date]@row >= DATE(2024, 12, 1)), "YES")
@Paul Newcome