Hello!
I have a [DATE SUBMITTED] column and need to create a reference column that returns the fiscal year that date falls in. Something like this -
=IF [DATE SUBMITTED] > 10/01/17 AND [DATE SUBMITTED] < 09/30/18 RETURN "FY18"
and
=IF [DATE SUBMITTED] > 10/01/18 AND [DATE SUBMITTED] < 09/30/19 RETURN "FY19"
I'm not sure if I should use IF AND or if SmartSheet has a BETWEEN option for date formulas.
Any and all formula suggestions would be appreciated : )