+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Progressive dates

Hybrid View

  1. #1
    Registered User
    Join Date
    05-21-2011
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    19

    Progressive dates

    I want the dates in A2:A4 to be 10, 20, and 30 days after the date in A1...

    ..............A................B
    1 11/06/2011
    2 21/06/2011...........10
    3 01/07/2011...........20
    4 11/07/2011...........30

    I am using a clumsy way of doing it:

    1. Put the relevant no. of days (10, 20, 30) in cells B2:B4

    2. In cell A2 insert the formula
    =DATE(YEAR(DATEVALUE("11/6/11")),MONTH(DATEVALUE(
    "11/6/11")),DAY(DATEVALUE("11/6/11"))+$B2)

    3. In cell A3 insert the formula
    =DATE(YEAR(DATEVALUE("11/6/11")),MONTH(DATEVALUE(
    "11/6/11")),DAY(DATEVALUE("11/6/11"))+$B3)

    4. In cell A4 insert the formula
    =DATE(YEAR(DATEVALUE("11/6/11")),MONTH(DATEVALUE(
    "11/6/11")),DAY(DATEVALUE("11/6/11"))+$B4)

    Anyone able to help so that I don't have to add the extra (and unwanted) column B to the worksheet please

    Thank you
    Syd
    Last edited by 13sydwest; 06-04-2011 at 03:20 AM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Progressive dates

    Hi,

    1. Place your date 11/06/2011 in cell A1.

    2. Add this formula to cell A2

    =A1+10
    3. Autofill A2 down to A4.

    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Contributor ptm0412's Avatar
    Join Date
    04-16-2008
    Location
    Vietnam
    MS-Off Ver
    Office 2003 and 2007
    Posts
    129

    Re: Progressive dates

    A2 = A1 + 10
    Then fill down.

    Is it what you need?

  4. #4
    Registered User
    Join Date
    05-21-2011
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Progressive dates

    Thank you -- Syd
    Last edited by 13sydwest; 06-04-2011 at 03:14 AM.

+ 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