+ Reply to Thread
Results 1 to 4 of 4

auto fillup of days/date of month

  1. #1
    Registered User
    Join Date
    05-07-2012
    Location
    Dhaka
    MS-Off Ver
    Excel 2013
    Posts
    77

    Question auto fillup of days/date of month

    the problem is like, i fill up cell A1 with 01/01/2012 and cell A2 to A32 fills up with dates from 01 to 31st of january automaticly! Again i fill cell A1 with february then cell a2-a29 fill up automaticly! Hope it's possible and someone answer this
    thanks

    edit: excel 2003

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: auto fillup of days/date of month

    Well nothing happens automattically, but what you can do,

    A1 = 01/01/2012
    B1 = A1 + 1 >> drag down

    Now if you change A1 to 02/01/2012 then all else will change
    HTH
    Regards, Jeff

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: auto fillup of days/date of month

    To stop the counting at the end of the month, modify Jeff's formula to

    =IF(A1="","",IF(MONTH(A1)=MONTH(A1+1),A1+1,""))
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    05-07-2012
    Location
    Dhaka
    MS-Off Ver
    Excel 2013
    Posts
    77

    Re: auto fillup of days/date of month

    exactly what i looked for. Thank you

+ 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