+ Reply to Thread
Results 1 to 3 of 3

Auto format quarter start date

  1. #1
    mabeymom
    Guest

    Auto format quarter start date

    I am trying to have excel auto populate the date of each quarter. So for
    first quarter 2007- 1/1/2007 second 4/1/2007 etc. Right now I have the
    start date +90 but some quarter is +91 or +92 etc. How can I always get it
    to populate the 1st day?

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    mabeymom,

    In A1 enter the start date in A2 enter,

    =EDATE(A1,3)

    Drag down to get each succesive quarter start date. You need to have the Analysis Toolpak installed. To do so go to Tools,AddIns,check the Analysis ToolPak option and click ok. Others need to have the ToolPak installed to see this correctly as well.

    HTH

    Steve

  3. #3
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    mabeymom,

    If you don't want to bother with the ToolPak then,

    =DATE(YEAR(A1),MONTH(A1)+3,DAY(A1))

    HTH

    Steve

+ 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