+ Reply to Thread
Results 1 to 5 of 5

Create a formula to fill in a date series without using

  1. #1
    John
    Guest

    Create a formula to fill in a date series without using

    I have a column that is just a series of dates. I want this column to
    automatically fill in according to the first date entered in the column. It
    needs progress one month at a time.

  2. #2
    Vacation's Over
    Guest

    RE: Create a formula to fill in a date series without using

    excel 2003

    put in first date
    select cell and use "fill handle' to copy down as many rows as you wish
    when you release you should see an autofill options box appear at theend of
    the column select fill months

    "John" wrote:

    > I have a column that is just a series of dates. I want this column to
    > automatically fill in according to the first date entered in the column. It
    > needs progress one month at a time.


  3. #3
    John
    Guest

    RE: Create a formula to fill in a date series without using

    I was wanting to have the months fill in without having to use the fill handle.

    "Vacation's Over" wrote:

    > excel 2003
    >
    > put in first date
    > select cell and use "fill handle' to copy down as many rows as you wish
    > when you release you should see an autofill options box appear at theend of
    > the column select fill months
    >
    > "John" wrote:
    >
    > > I have a column that is just a series of dates. I want this column to
    > > automatically fill in according to the first date entered in the column. It
    > > needs progress one month at a time.


  4. #4
    Tom Ogilvy
    Guest

    Re: Create a formula to fill in a date series without using

    What do you want to use?

    When do you want the new date to appear?

    --
    Regards,
    Tom Ogilvy

    "John" <John@discussions.microsoft.com> wrote in message
    news:27027B52-F66B-4E35-B37D-268D5311D4E1@microsoft.com...
    > I was wanting to have the months fill in without having to use the fill

    handle.
    >
    > "Vacation's Over" wrote:
    >
    > > excel 2003
    > >
    > > put in first date
    > > select cell and use "fill handle' to copy down as many rows as you wish
    > > when you release you should see an autofill options box appear at theend

    of
    > > the column select fill months
    > >
    > > "John" wrote:
    > >
    > > > I have a column that is just a series of dates. I want this column to
    > > > automatically fill in according to the first date entered in the

    column. It
    > > > needs progress one month at a time.




  5. #5
    Tom Ogilvy
    Guest

    Re: Create a formula to fill in a date series without using

    assume your date is in B1

    in B2, put in

    =DateSerial(Year(B1),Month(B1)+1,1)

    then drag fill down the column - assume you don't mind filling the formula.

    Putting all the information in the body of your email makes it easier to
    understand what you want.

    --
    Regards,
    Tom Ogilvy

    "John" <John@discussions.microsoft.com> wrote in message
    news:27027B52-F66B-4E35-B37D-268D5311D4E1@microsoft.com...
    > I was wanting to have the months fill in without having to use the fill

    handle.
    >
    > "Vacation's Over" wrote:
    >
    > > excel 2003
    > >
    > > put in first date
    > > select cell and use "fill handle' to copy down as many rows as you wish
    > > when you release you should see an autofill options box appear at theend

    of
    > > the column select fill months
    > >
    > > "John" wrote:
    > >
    > > > I have a column that is just a series of dates. I want this column to
    > > > automatically fill in according to the first date entered in the

    column. It
    > > > needs progress one month at a time.




+ 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