Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default display quarter and fiscal year

I would like to be able to identify the quarter and fiscal
year of any given date of the year.

Also our fiscal years start in July.

So for example, any date from
Jul 1,2004 to Sep 30,2004 = FY05 Q1,
Oct 1,2004 to Dec 31,2004 = FY05 Q2,
Jan 1,2005 to Mar 31,2005 = FY05 Q3, and so on....

Thanks in advance for your help.

Kind regards,

D S K


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default display quarter and fiscal year

="FY"&TEXT(DATE(YEAR(A2),MONTH(A2)+6,1),"yy")&"
Q"&(INT(MONTH(DATE(YEAR(A2),MONTH(A2)+6,1))/4+1))

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"D S K" wrote in message
...
I would like to be able to identify the quarter and fiscal
year of any given date of the year.

Also our fiscal years start in July.

So for example, any date from
Jul 1,2004 to Sep 30,2004 = FY05 Q1,
Oct 1,2004 to Dec 31,2004 = FY05 Q2,
Jan 1,2005 to Mar 31,2005 = FY05 Q3, and so on....

Thanks in advance for your help.

Kind regards,

D S K




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I convert a specific date to a fiscal quarter ? RichNYC Excel Discussion (Misc queries) 10 November 26th 07 03:35 PM
Fiscal Quarter Conversion Andrew Excel Worksheet Functions 7 April 3rd 07 08:26 PM
fiscal quarter conversion Ted McCastlain Excel Discussion (Misc queries) 3 September 6th 06 10:25 PM
fiscal quarter data validation Doug Glancy Excel Worksheet Functions 2 August 12th 05 12:12 AM
Date formula: return Quarter and Fiscal Year of a date Rob Excel Discussion (Misc queries) 7 May 11th 05 08:48 PM


All times are GMT +1. The time now is 12:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"