I want to use a Start Date to determine which sprint a ticket will be identified with.
For example Sprint 17 starts on 08/13/25 and ends on 08/27/25.
If my Start Date is within this range then I want to output the Sprint Name into a Planned Sprint column.
=IF(([Start Date]@row >= "8/13/25", IF(AND)([Start Date]@row <= "8/27/25"), [Planned Sprint]@row , "2025 DevMo Sprint 17", 0)
Resulted in #UNPARSEABLE