Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 53
Default Financial Year Month Number

Hi there,

I'm trying to find a formula that returns the month in the financial year,
eg October is month no 4, but the month() function returns the month no in
the calendar year.

Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Financial Year Month Number

Tiffany wrote:
Hi there,

I'm trying to find a formula that returns the month in the financial year,
eg October is month no 4, but the month() function returns the month no in
the calendar year.

Thanks in advance



=CHOOSE(MONTH(A1),7,8,9,10,11,12,1,2,3,4,5,6)
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 53
Default Financial Year Month Number

Thanks
Sorry I posted twice, but I got an error msg saying the first one didn't post

"Glenn" wrote:

Tiffany wrote:
Hi there,

I'm trying to find a formula that returns the month in the financial year,
eg October is month no 4, but the month() function returns the month no in
the calendar year.

Thanks in advance



=CHOOSE(MONTH(A1),7,8,9,10,11,12,1,2,3,4,5,6)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Financial Year Month Number

On Tue, 20 Jan 2009 14:00:05 -0800, Tiffany
wrote:

Hi there,

I'm trying to find a formula that returns the month in the financial year,
eg October is month no 4, but the month() function returns the month no in
the calendar year.

Thanks in advance


IF October is 4, then with a date in G1:

=MOD(MONTH(G1)-7,12)+1

In general:

=MOD(MONTH(G1)-month_1_number,12)+1
--ron
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
Finding the Financial Year Month Number Tiffany Excel Worksheet Functions 1 January 20th 09 10:14 PM
How to get month number for fiscal year starting in Oct. Tim Excel Worksheet Functions 3 October 13th 08 05:08 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
convert number to month and year in formula Soth Excel Worksheet Functions 3 July 19th 06 08:32 PM
countif number of occurences per month per year. Pete Petersen Excel Worksheet Functions 2 January 4th 05 03:47 PM


All times are GMT +1. The time now is 11:55 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"