+ Reply to Thread
Results 1 to 7 of 7

date list in 1 month increments

  1. #1
    Registered User
    Join Date
    03-08-2006
    Posts
    28

    date list in 1 month increments

    I want to enter a date in field A1 and have every field after that display the date in one month increments. So if A1 is 4/30/2006, then A2 will be 5/30/2006 etc. I've tried using [=EDATE(A1,1)] as suggested in Excel Help files, but it's returning #NAME? Not sure what I'm doing wrong?

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    You probably need to install the Analysis Toolpak.

    On the Tools menu, click Add-Ins. In the Add-Ins available list, select the Analysis ToolPak box, and then click OK.


    HTH

    Steve

  3. #3
    Registered User
    Join Date
    03-08-2006
    Posts
    28

    That worked!

    perfect! Thanks!

  4. #4
    Dave O
    Guest

    Re: date list in 1 month increments

    I agree with SteveG's diagnosis of the Analysis Toolpak. However, I
    wonder if you don't need a slightly different solution, and here's why:
    when I mocked up your scenario and used EDATE with a start date of
    1/30/2006 the result was 2/28/2006. The EDATE result for the following
    months was 3/28, 4/28 etc, not producing your desired output of 3/30,
    4/30.

    Are you *always* trying to produce a date on the 30th of the month, or
    is that just an example?


  5. #5
    Registered User
    Join Date
    03-08-2006
    Posts
    28

    Good point...

    Well, here's the deal. I'm guessing (haven't started payments yet) that my mortgage will probably be due the same date of each month. If it's due the last day of the month, then i agree this is an issue...however, i'm totally stumped on how this might be overcome???

  6. #6
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    To always return the last day of the month use EOMONTH.

    =EOMONTH(A1,1)

    Cheers,

    Steve

  7. #7
    Registered User
    Join Date
    03-08-2006
    Posts
    28

    Steve to the rescue...

    Thanks again!

+ 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