day month25 feb/march26 feb/march27 feb/march28 feb/march29 feb/march1 feb/march2 feb/march3 feb/marchrequired output date25 feb26 feb27 feb28 feb29 feb1 march2 march3 marchCan anyone help me with this please
@Saifshaikh026 What is the logic applied to get the desired result?
use formula tool -
IF [Day]<25 THEN 'march'ELSEIF [Day]>=25 THEN 'feb' ELSE '' ENDIF