Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tim Tim is offline
external usenet poster
 
Posts: 408
Default How to get month number for fiscal year starting in Oct.

Does anyone know a formula that I can use to get the month number for a
fiscal year that starts Oct.?

Thnaks, Tim
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default How to get month number for fiscal year starting in Oct.

Assuming date is in A1:
=IF(MONTH(A1)9,MONTH(A1)-9,MONTH(A1)+3)

Hope this helps.
--
John C


"Tim" wrote:

Does anyone know a formula that I can use to get the month number for a
fiscal year that starts Oct.?

Thnaks, Tim

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default How to get month number for fiscal year starting in Oct.

.... or =MOD(MONTH(A1)+2,12)+1
--
David Biddulph


"John C" <johnc@stateofdenial wrote in message
...
Assuming date is in A1:
=IF(MONTH(A1)9,MONTH(A1)-9,MONTH(A1)+3)

Hope this helps.
--
John C


"Tim" wrote:

Does anyone know a formula that I can use to get the month number for a
fiscal year that starts Oct.?

Thnaks, Tim



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default How to get month number for fiscal year starting in Oct.

Perfectly valid, I just tend to stay away from MOD function, too many times I
have used it and come up with values like 15.00000001.

:)
--
John C


"David Biddulph" wrote:

.... or =MOD(MONTH(A1)+2,12)+1
--
David Biddulph


"John C" <johnc@stateofdenial wrote in message
...
Assuming date is in A1:
=IF(MONTH(A1)9,MONTH(A1)-9,MONTH(A1)+3)

Hope this helps.
--
John C


"Tim" wrote:

Does anyone know a formula that I can use to get the month number for a
fiscal year that starts Oct.?

Thnaks, Tim




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
Define fiscal year TeeLt Excel Worksheet Functions 3 July 16th 08 10:01 PM
Can I convert a number(1-365) to a month and day of a year? rnc Excel Worksheet Functions 4 January 21st 08 05:52 AM
Help dealing with a fiscal year rather than a calendar year Tyler Excel Worksheet Functions 3 August 25th 07 11:26 AM
Birthdate as fiscal year Clanlabcooker Excel Discussion (Misc queries) 3 October 4th 06 09:18 AM
Fiscal Year Calculation DaGo21 Excel Worksheet Functions 13 February 7th 06 10:16 AM


All times are GMT +1. The time now is 11:38 PM.

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"