+ Reply to Thread
Results 1 to 4 of 4

'Rolling' months

  1. #1
    Registered User
    Join Date
    04-08-2013
    Location
    Sydney
    MS-Off Ver
    Excel 2013
    Posts
    5

    'Rolling' months

    Does anyone have suggestions on how to write a formula that automatically increases the month by 1 in the below cell. I don't wan't it be just rolling for just 12 months but rather continue down for as long as I drag the formula...

    So in A1, when the use puts in eg May-12, A2 should automatically say Jun-12, A3 Jul-12 etc

    May-12
    Jun-12
    Jul-12
    Aug-12
    Sep-12
    Oct-12

    Many thanks!
    Last edited by Ings; 06-20-2013 at 08:15 PM.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: 'Rolling' months

    Try in A2 copied down...

    =DATE(YEAR(A1),MONTH(A1)+1,1)
    HTH
    Regards, Jeff

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: 'Rolling' months

    A2: =EDATE(A1,1)

    copy down as far as needed

  4. #4
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: 'Rolling' months

    =EOMONTH(A1,1) drag down.

    :D
    -If the problem is solved, please mark your thread as Solved: Click Thread Tools above your first post, select "Mark your thread as Solved".

    -Always upload a workbook before start your question
    To attach a file, push the button with the paperclip (or scroll down to the Manage Attachments button), browse to the required file, and then push the Upload button.

    +++ If my answer(s) helped you, please add me reputation by click on * +++

+ 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