How to create a Folder structure based on the Financial Year

How to create a Folder structure based on the Financial Year

IF( MONTH(DATEVALUE(CreatedDate)) >= 3, TEXT(YEAR(DATEVALUE(CreatedDate))) + "-" + TEXT(YEAR(DATEVALUE(CreatedDate)) + 1), TEXT(YEAR(DATEVALUE(CreatedDate)) - 1) + "-" + TEXT(YEAR(DATEVALUE(CreatedDate))) )

Add above path in formula field and If there are any problems during setup, contact us at support@xfilespro.com for more assistance.