+ Reply to Thread
Results 1 to 4 of 4

Another "working with dates ?"

Hybrid View

Guest Another "working with dates... 04-21-2006, 02:25 PM
Guest Re: Another "working with... 04-21-2006, 02:50 PM
Guest Re: Another "working with... 04-21-2006, 02:55 PM
Guest Re: Another "working with... 04-21-2006, 03:30 PM
  1. #1
    giffer
    Guest

    Another "working with dates ?"

    Hi,
    I want to create a list of dates one month apart from cell A1 thru
    A200. In cell A1, I have the date of April 1, 2006. I need a formula
    that copies A1 and adds one month to cell A2 thru A200.
    Example
    A1 April 1, 2006
    A2 May 1, 2006
    A3 June 1, 2006
    A4 July 1 2006

    Any suggestions will be appreciated
    giffer


  2. #2
    Arvi Laanemets
    Guest

    Re: Another "working with dates ?"

    Hi

    Without any formula:
    Enter 1st date into A1
    Select the range A1:A200
    From Edit meni, select Fill>Series, set Date Unit to Month, and click OK

    With formula:
    Enter 1st date into A1
    Into A2, enter the formula
    =DATE(YEAR(A1),MONTH(A1)+1,1)
    , and format it as date.
    Copy A2 down until to A200.


    Arvi Laanemets


    "giffer" <lgibson_39@yahoo.com> wrote in message
    news:1145643490.784641.22910@e56g2000cwe.googlegroups.com...
    > Hi,
    > I want to create a list of dates one month apart from cell A1 thru
    > A200. In cell A1, I have the date of April 1, 2006. I need a formula
    > that copies A1 and adds one month to cell A2 thru A200.
    > Example
    > A1 April 1, 2006
    > A2 May 1, 2006
    > A3 June 1, 2006
    > A4 July 1 2006
    >
    > Any suggestions will be appreciated
    > giffer
    >




  3. #3
    Biff
    Guest

    Re: Another "working with dates ?"

    Hi!

    Try this in A2 and copy down as needed:

    =DATE(YEAR(A1),MONTH(A1)+1,1)

    Biff

    "giffer" <lgibson_39@yahoo.com> wrote in message
    news:1145643490.784641.22910@e56g2000cwe.googlegroups.com...
    > Hi,
    > I want to create a list of dates one month apart from cell A1 thru
    > A200. In cell A1, I have the date of April 1, 2006. I need a formula
    > that copies A1 and adds one month to cell A2 thru A200.
    > Example
    > A1 April 1, 2006
    > A2 May 1, 2006
    > A3 June 1, 2006
    > A4 July 1 2006
    >
    > Any suggestions will be appreciated
    > giffer
    >




  4. #4
    giffer
    Guest

    Re: Another "working with dates ?"

    Thank you Biff and Arvi. Both formulas work great.
    Giffer


+ 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