+ Reply to Thread
Results 1 to 5 of 5

Convert calendar year month to fiscal year month

  1. #1
    Registered User
    Join Date
    08-12-2018
    Location
    hawaii
    MS-Off Ver
    365
    Posts
    7

    Convert calendar year month to fiscal year month

    i looked around and i cant find anything. i need the month values to correspond to a fiscal year instead of a calendar year. October being the 1st month. oct=1,nov=2,dec=3...september=12

    please see attached cells G2 & H2
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Convert calendar year month to fiscal year month

    One way (of many):

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




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Convert calendar year month to fiscal year month

    Instead of this:

    =MONTH(G1)

    try this:

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


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    08-12-2018
    Location
    hawaii
    MS-Off Ver
    365
    Posts
    7

    Re: Convert calendar year month to fiscal year month

    Awesome. i can finally sleep, Thank you

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Convert calendar year month to fiscal year month

    You're welcome!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need to convert Month/Date/Year to Year/Month/Date so excel will recognize
    By juliettelam in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2014, 04:17 PM
  2. how to convert date to fiscal year if fiscal year start at 16th or 17th of July
    By sushil shakya in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-28-2013, 03:32 AM
  3. If Column A Month and Year = ColumnB Todays Month and Year then send email
    By HACCStaff in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-15-2013, 12:47 AM
  4. [SOLVED] Pivot: Replace month numbers with month names and sort by fiscal year
    By jomili in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-29-2011, 02:13 PM
  5. Function Fiscal Year and Month
    By Bob@Sun in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-30-2010, 01:07 PM
  6. Turning Calendar month into Fiscal Year problem
    By baby_mic in forum Excel General
    Replies: 6
    Last Post: 03-19-2010, 08:27 AM
  7. Convert from Fiscal Year to Calendar Year
    By ERamey in forum Excel General
    Replies: 1
    Last Post: 09-21-2006, 02:35 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1