if you cant use a lookup table - can just use a hardcoded IF formula
IF( AND ( Datecell >= 10/1/2014 , datecell < 1/1/2015 ) , "FY15-Q1", IF( AND ( dates for Q2), etc
OR you could do a lookup formula with an array
=LOOKUP(A2,{41913,42005},{"FY15-Q1","FY15-Q2"})
I have had to use the date as a general number - sure you can do it as a date though
Bookmarks