FY runs Oct-Sep, I have a list with a date field, and I am simply looking to create a formula for a calculated FY field, that basically says what FY the date represents.
I started trying this nested IF like this:
=IF(Year([DateField] > 11; =IF(Month([DateField] > 9; 12);....
but alas I fear I am going the wrong with this. MSDN showed calculating the diff between two dates, and adding days, weeks or months to the date, but I have not really found anything that could help with this.
All help is greatly appreciated as always.