+ Reply to Thread
Results 1 to 2 of 2

Physical year

  1. #1
    Registered User
    Join Date
    05-04-2006
    Posts
    91

    Physical year

    i have a physical year that starts April 1st and ends on march 31st of the following year.

    Based on this, I'd like to list the particular year, and have it come back with the physical start date and end date for each quarter of the physical year.

    For example: if I choose 2009, the start date would be 04/01/09 and the end date is 06/30/09, but if i choose 2010, the start date would be 04/01/10 and end date would be 06/30/10.

    How do I make a formula to be able to tell the exact dates?

    Based on this result, I can make a formulas for dates to fall between those dates.

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

    Re: Physical year

    For sake of demo assume A1 contains Fiscal Year be it 2009, 2010 etc

    Q1 Start & End
    A2 : =DATE($A$1,4,1)
    B2 : =DATE($A$1,6,30)

    I suspect from the above you can deduce the remainder.

+ 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