+ Reply to Thread
Results 1 to 3 of 3

Fill down dates

  1. #1
    Registered User
    Join Date
    05-13-2011
    Location
    Edmonton, Alberta
    MS-Off Ver
    Excel 2007
    Posts
    6

    Fill down dates

    Hello everyone,

    I am an excel noob! So thanks in advance for any advice.

    I have column A which has the same date (mm/dd/yy) repeated 48 times.

    After 48 times, I would like to increment the day by 1 and repeat another 48 times.

    Am I able to do this? I'd rather not have to copy/paste the dates and modify them manually.

    Thanks in advance

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Fill down dates

    with 48 same dates in a1:a48 then put in a49
    =a1+1 fill down as far as you need
    another way would be
    wherever you want to start from put
    ="02/21/2012"+CEILING(ROWS($A$1:A1)/48,1)-1 fill down
    or even put the start date in another cell out of the way say m1
    =$m$1+CEILING(ROWS($A$1:A1)/48,1)-1
    remember to format cell as date
    Last edited by martindwilson; 12-02-2013 at 06:22 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    05-13-2011
    Location
    Edmonton, Alberta
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Fill down dates

    Thank you so much the following worked perfectly.

    ="02/21/2012"+CEILING(ROWS($A$1:A1)/48,1)-1

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 02-09-2012, 06:57 PM
  2. Excel 2007 : Fill gap between dates
    By Amalaswinta in forum Excel General
    Replies: 6
    Last Post: 05-28-2011, 10:15 AM
  3. Replies: 1
    Last Post: 05-27-2010, 12:32 PM
  4. Between dates\fill-in?
    By flysim in forum Excel General
    Replies: 1
    Last Post: 02-11-2010, 01:53 PM
  5. Auto fill for dates?
    By George in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-17-2006, 11:55 PM

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