+ Reply to Thread
Results 1 to 4 of 4

consecutive dates

  1. #1
    Registered User
    Join Date
    11-02-2012
    Location
    Israel
    MS-Off Ver
    Excel 2007
    Posts
    30

    consecutive dates

    Hi,

    how can I fill up a column (or a row) with the same day in the next month.
    For example, I want to start with the date Jan 17, 2013 and fill up the cells below with Feb 17, 2013 and March 17, 2013 and so on.
    Is there a formula which takes the same date in the next, or privous month?
    Thank you
    Raphael

  2. #2
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Pune
    MS-Off Ver
    Office 365 (Win 10)
    Posts
    489

    Re: consecutive dates

    Try this
    PHP Code: 
    =DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)) 

  3. #3
    Registered User
    Join Date
    04-22-2013
    Location
    The Netherlands
    MS-Off Ver
    Excel 2003/2007 & 2010
    Posts
    90

    Re: consecutive dates

    There is! It is, assuming your original date is in cell A1:
    Please Login or Register  to view this content.
    Also works with -1, which gives you month prior to reference cell.

  4. #4
    Registered User
    Join Date
    10-13-2012
    Location
    Georgia
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: consecutive dates

    =date(year(date you want),month(date you want)+1,day(date you want))

+ 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