+ Reply to Thread
Results 1 to 3 of 3

End of Quarter Function

Hybrid View

  1. #1
    Registered User
    Join Date
    01-13-2010
    Location
    North Carolina
    MS-Off Ver
    Excel 2007
    Posts
    17

    End of Quarter Function

    Hello everyone, I need help creating a function to calculate the end of quarter for a given date after adding any number of months to that date. Example cell A1 would contain 01/15/2010. I want to add 6 months to A1. A2 would contain 6 making it 07/15/2010, B1 would contain a function that would display 09/30/2010. Any help would be greatly appreciated. FYI.... Using Excel 2007


    Thanks,
    Covershaker
    Last edited by covershaker; 02-21-2010 at 01:27 AM.

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

    Re: End of Quarter Function

    One way:

    A2: =EDATE(A1,6)
    B1: =DATE(YEAR(A2),CEILING(MONTH(A2),3)+1,0)

  3. #3
    Registered User
    Join Date
    01-13-2010
    Location
    North Carolina
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: End of Quarter Function

    Perfect, thanks for help DonkeyOte

+ 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