G
Guest
Is there a way to convert dates into their respective fiscal quarters. For
instance, if A2 = 10/15/07, I want A3 = Q3.
instance, if A2 = 10/15/07, I want A3 = Q3.
Peo Sjoblom said:Yes it can be done, I assume your fiscal years starts on April 1st
="Q"&INDEX({4;1;2;3},INT((MONTH(A2)+2)/3))