+ Reply to Thread
Results 1 to 3 of 3

Excel formula to derive the financial year.

  1. #1
    Registered User
    Join Date
    06-20-2015
    Location
    Chennai, India
    MS-Off Ver
    2010
    Posts
    59

    Excel formula to derive the financial year.

    Dear all,


    I am having dates in column B ( yyyy/mm/dd) and i need to get the financial year for tax purpose for the given date. For example, if the date is October 2nd, 2015 – then we would put “2015” in the “A” column. Similarly, if the date September 28th, 2015, then we would put “2014” in the “A” column. i.e. the Fiscal Year of the receipt/expense based on an October 1st to September 30th format. To summarize if the month is greater than or equal to "october" then we have to input the exact year present in col B, else we need to minus one from the year present in col b.

    I have tried with the following fomulas, but its not working.

    =IF((TEXT(B4,"m"))>=10,(TEXT(B4,"yyyy")))

    =IF((TEXT(B3,"mm"))=10,(TEXT(B3,"yyyy")),IF((TEXT(B3,"mm"))=11,(TEXT(B3,"yyyy")),IF((TEXT(B3,"mm"))=12,(TEXT(B3,"yyyy")),(TEXT(B3,"yyyy")-1))))

    Hence please help me on this.

    thanks.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: Excel formula to derive the financial year.

    =if(month(b4)>=10,year(b4),year(b4)-1)
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    06-20-2015
    Location
    Chennai, India
    MS-Off Ver
    2010
    Posts
    59

    Re: Excel formula to derive the financial year.

    Thanks a lot for your swift quick answer... it worked... thanks a ton.

+ 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. [SOLVED] Get a financial year from April by formula
    By mso3 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-26-2015, 10:12 AM
  2. Formula to Sum by Month and Financial Year
    By ColinAlice in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-28-2014, 07:34 AM
  3. Increment Financial/Fiscal Year date formula
    By ExcelSprinter in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-26-2013, 01:26 AM
  4. Need help with formula for find time (in months) for any given financial year
    By chandni_sharma in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 07-14-2013, 11:52 AM
  5. Replies: 0
    Last Post: 04-09-2011, 01:20 PM
  6. End of financial year from Today() formula
    By dwayneh in forum Excel General
    Replies: 1
    Last Post: 09-15-2006, 01:42 AM
  7. Replies: 0
    Last Post: 03-03-2006, 06:30 AM

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