How do you define quarters? In what format do you want the answer to
appear?
Try =YEAR(A1)&"Q"&INT((MONTH(A1)+2)/3)
--
David Biddulph
> How can I format a cell to display the current quarter?
S trainer - 06 May 2008 21:31 GMT
Thanks David! This is exactly what I needed
> How do you define quarters? In what format do you want the answer to
> appear?
[quoted text clipped - 4 lines]
>
> > How can I format a cell to display the current quarter?