+ Reply to Thread
Results 1 to 5 of 5

Oct 1 to Sep 30 date to fiscal year formula?

  1. #1
    Valued Forum Contributor
    Join Date
    02-26-2010
    Location
    Chattanooga, TN
    MS-Off Ver
    Excel 2003/2007/2010/2016
    Posts
    432

    Talking Oct 1 to Sep 30 date to fiscal year formula?

    Hello!
    What is the best method to find the last digit and last 2 digits of the fiscal year (Oct 1- Sep 30) corresponding to the date in A1?

    1/1/2011 would be 1, etc.

    ??
    Thanks for the help!
    VR/Lost
    Last edited by leaning; 12-16-2010 at 09:47 PM. Reason: Solved!

  2. #2
    Forum Contributor
    Join Date
    05-27-2008
    Location
    Newcastle Upon Tyne UK
    MS-Off Ver
    XP Excel 2003
    Posts
    105

    Re: Oct 1 to Sep 30 date to fiscal year formula?

    Hi

    Answered a slightly different question - please disregard

    edvwvw
    Last edited by edvwvw; 12-15-2010 at 04:28 AM.

  3. #3
    Valued Forum Contributor
    Join Date
    02-26-2010
    Location
    Chattanooga, TN
    MS-Off Ver
    Excel 2003/2007/2010/2016
    Posts
    432

    Re: Oct 1 to Sep 30 date to fiscal year formula?

    Hello!

    This seems to work OK to determine the Oct 1 - Sep 30 FY from the date in A1. Then I can just use the RIGHT function to get the last 2 digits.

    =IF(INT((MONTH(A1)+2)/3)=4,YEAR(A1)+1,YEAR(A1))

    Anything shorter than this out there?

    VR/Lost

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Oct 1 to Sep 30 date to fiscal year formula?

    Not entirely sure I follow but:

    Please Login or Register  to view this content.
    modify 1 to 2 for 2 digits - note the above is returning said digits as a string rather than a number (use coercion or a MOD construct to return as number)

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Oct 1 to Sep 30 date to fiscal year formula?

    Quote Originally Posted by leaning View Post
    Anything shorter than this out there?
    Try this formula to give the full year

    =YEAR(A1+92)

    if you want just the last 2 digits of the year

    =TEXT(A1+92,"yy")
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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