I am trying to populate a cell based on multiple date criteria. I am currently trying to use the below formula but I am getting an unparseable error
=IF([Date Submitted]@row > DATE(2024, 9, 30), 25, ""), IF(AND([Date Submitted]@row > DATE(2023, 9, 30), [Date Submitted]@row < DATE(2024, 10, 1)), 24, "")