I am trying to get a value when I put in a particular date
If a person puts a date in the Target completion field, I want to return a Sprint in the Sprint field. I dont know if I can use the month or does it have to be between? For example
=IF([Target Completion Date]@row) is between 8/1/2024 and 8/31/2024 then return "Sprint 1"
OR
=IF([Target Completion Date]@row) is in month 8 then return "Sprint 1"
I want to keep going with month 9, month 10…etc. And if it is blank, return "BLANK