Hi Sheyon,
Can you share sample data and what you need to achieve ?
From your last discussion I understand you need to derive FY .Let's assume your fiscal year is from july to jun .If you have date object in query
=If([Date]>ToDate("7/01/13";"M/d/yy");"2013 - 2014";If(CurrentDate()>ToDate("7/01/14";"M/d/yy");"2014 -2015";If(CurrentDate()>ToDate("7/01/15";"M/d/yy");"2015 - 2016";If(CurrentDate()>ToDate("7/01/16";"M/d/yy");"2016 - 2017"))))