Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
tan tan is offline
external usenet poster
 
Posts: 29
Default Converting dates into their respective fiscal quarters

Hi All,

I have gotten this formula thru the help of someone. It converts dates into
their respective fiscal quarters. The formula is:

="Q"&INDEX({4;1;2;3},INT((MONTH(A2)+2)/3))

However, this formula uses a fiscal year which starts on April 1st. I need
the formula to start on 1st Nov as its start of a fiscal year. Can anyone
advice on this, thanks.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default Converting dates into their respective fiscal quarters

I find this formula easy to modify:
="FY"&YEAR(A1)-(MONTH(A1)<11)&"--Q"&INT(1+MOD(MONTH(A1)-11,12)/3)

November 1, 2007 is quarter 1 of 2007?

Tan wrote:

Hi All,

I have gotten this formula thru the help of someone. It converts dates into
their respective fiscal quarters. The formula is:

="Q"&INDEX({4;1;2;3},INT((MONTH(A2)+2)/3))

However, this formula uses a fiscal year which starts on April 1st. I need
the formula to start on 1st Nov as its start of a fiscal year. Can anyone
advice on this, thanks.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 353
Default Converting dates into their respective fiscal quarters

="Q"&INDEX({2;3;4;1},INT((MONTH(A2)+2)/3))

"Tan" wrote:

Hi All,

I have gotten this formula thru the help of someone. It converts dates into
their respective fiscal quarters. The formula is:

="Q"&INDEX({4;1;2;3},INT((MONTH(A2)+2)/3))

However, this formula uses a fiscal year which starts on April 1st. I need
the formula to start on 1st Nov as its start of a fiscal year. Can anyone
advice on this, thanks.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 353
Default Converting dates into their respective fiscal quarters

Oooops... that last one would start with October, sorry!
="Q"&INDEX({2;3;4;1},INT((MONTH(A2)+1)/3))
This one starts Q1 on 11/1.

"Tan" wrote:

Hi All,

I have gotten this formula thru the help of someone. It converts dates into
their respective fiscal quarters. The formula is:

="Q"&INDEX({4;1;2;3},INT((MONTH(A2)+2)/3))

However, this formula uses a fiscal year which starts on April 1st. I need
the formula to start on 1st Nov as its start of a fiscal year. Can anyone
advice on this, thanks.

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
Fiscal quarters for two years... Ted McCastlain Excel Worksheet Functions 2 September 20th 06 02:08 PM
Converting Monthly figures to Quarters Jake Excel Discussion (Misc queries) 1 August 4th 06 03:41 AM
Formatting of dates into quarters Peter Excel Discussion (Misc queries) 5 February 21st 06 03:43 PM
Formating Fiscal Quarters, rather than Months PatK Excel Discussion (Misc queries) 2 September 7th 05 05:08 AM
How do I Turning Dates into Quarters Rob V Excel Worksheet Functions 4 January 28th 05 05:51 PM


All times are GMT +1. The time now is 06:01 AM.

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

About Us

"It's about Microsoft Excel"