Struggling to crack the below formula.
I need to replace a cell with the correct season by implementing a date range formula below:
IF [SO Type Desc]="Cust At-OnceCall-off" AND [CRD Dt]>="19.03.2019" and [CRD Dt]<="31.03.2019" THEN "SU19" ELSE [Season] ENDIF
The formula doesnt above doesnt seem to work as i believe its looking at anything greater than the 19.03.2019 separately to anything less than the 31.03.2019 meaning its replacing all the cells with SU19 when i only want it to change cells which has a date between the 19.03.2019 - 31.03.2019
Any help would be great (work flow attached)
thanks
ozzy