View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MartinW[_3_] MartinW[_3_] is offline
external usenet poster
 
Posts: 41
Default Finding the Financial Year Month Number

Hi Tiffany,

There has to be a bettter way but this should work,

=IF(MONTH(A1)<7,MONTH(A1)+6,MONTH(A1)-6)


HTH
Martin




"Tiffany" wrote in message
...
Hi there,

I'm trying to find a formula to return the month in the financial year, eg
Oct is month number 4, but the month() function is based on calendar year.
Can anyone help??

Thanks in advance