Results 1 to 4 of 4

Excel 2007 : Progressive dates

Threaded 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.

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