+ Reply to Thread
Results 1 to 6 of 6

Financial year calculation

  1. #1
    Registered User
    Join Date
    12-22-2014
    Location
    Australia
    MS-Off Ver
    2016
    Posts
    89

    Financial year calculation

    I am working with Financial year that starts 28/09/2015 and ends 25/09/2016 and so on.

    Is there a way to get a formula which can return value "FY16" if between above dates and "FY17" if between 26/09/2016 and 25/09/2017

    Thanks

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,882

    Re: Financial year calculation

    If you have cells with a FY start and FY end date, say A1 & B1, then C1: ="FY"&TEXT(B1,"YY")

    ... do you need to check dates lie between the above??

    =If(AND(date>=A1,date<=B1),"FY"&TEXT(B1,"YY"),"")
    Last edited by JohnTopley; 10-07-2016 at 02:50 AM.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,179

    Re: Financial year calculation

    Try this ...

    ="FY"&TEXT(A1+97,"YY")

  4. #4
    Registered User
    Join Date
    12-22-2014
    Location
    Australia
    MS-Off Ver
    2016
    Posts
    89

    Re: Financial year calculation

    Thanks for your replies.
    Can it be made into a running formula. I mean just to drag it down based on the range set for the various financial years.

    Please see attached excel file. Cells in column B should be the formula based on the date in column A.

    Thanks again
    Attached Files Attached Files

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,179

    Re: Financial year calculation

    Try this formula in post #3:

    ="FY"&TEXT(A2+97,"YY")

    Or:

    =LOOKUP(2,1/($F$2:$F$3<=A2)/($G$2:$G$3>=A2),$H$2:$H$3)

  6. #6
    Registered User
    Join Date
    12-22-2014
    Location
    Australia
    MS-Off Ver
    2016
    Posts
    89

    Re: Financial year calculation

    Thanks works well

+ 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] Australian Financial Year
    By mgs in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-27-2013, 08:18 PM
  2. [SOLVED] To find out the first day of a financial year
    By aparunkumar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-25-2013, 11:58 AM
  3. [SOLVED] Increase financial year by 1
    By BennyH in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-09-2013, 12:24 AM
  4. Financial Year to Date (FYTD) automated calculation
    By sanjsingh in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-20-2011, 02:49 AM
  5. Excel 2007 : Balance Comparisons – Financial Year
    By mick2 in forum Excel General
    Replies: 0
    Last Post: 06-29-2010, 07:42 PM
  6. sum values for a financial year
    By abhishek.itm in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-25-2010, 07:46 AM
  7. Last date of Financial year
    By vandanavai in forum Excel General
    Replies: 2
    Last Post: 08-30-2009, 08:53 AM
  8. [SOLVED] year function and financial years
    By Martin_London in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-05-2005, 07:25 PM

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