How do you make IF and IF(AND statements work together

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, "")

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!