basenine 6/6/2016 8:16:41 AM Hello Kirill, I know this is an old post but I have a question along a similar line. Would it be possible to put in an array at the Regional settings to help with Financial Years (similar to what you have done with the Weekend array). As with the above, not all countries respect the same financial year. Australia is July 1st to June 30th for example whereas UK is 1st of April to 31st of March and USA is 1st of January to 31st of Dec. See here for longer list!: https://en.wikipedia.org/wiki/Fiscal_yearI have a formula: If(Month([Date Created.])>6,Left(ToText(Year([Date Created.])),4)&"/"&Left(ToText(Year([Date Created.])+1),4),Month([Date Created.])<7,Left(ToText(Year([Date Created.])-1),4)&"/"&Left(ToText(Year([Date Created.])),4)) Which calculates 1st July to 30 June but it would be much more practical to have it set from variable in the regional settings |