+ Reply to Thread
Results 1 to 7 of 7

How do auto date populated in row wise

  1. #1
    Forum Contributor
    Join Date
    08-07-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    372

    How do auto date populated in row wise

    Hi,

    How do automatic date populate row wise against date. Starting date is date 20/03/2017 in row A1. I would like learn for formulas.

    REQUIRED FORMAT

    20/03/2017
    21/03/2017
    22/03/2017
    23/03/2017
    24/03/2017
    25/03/2017
    26/03/2017
    27/03/2017
    28/03/2017
    29/03/2017
    30/03/2017
    31/03/2017
    01/04/2017
    02/04/2017

  2. #2
    Valued Forum Contributor ImranBhatti's Avatar
    Join Date
    03-27-2014
    Location
    Rawalpindi,Pakistan
    MS-Off Ver
    Office 365
    Posts
    1,784

    Re: How do auto date populated in row wise

    Hi Silam

    By dragging the date downward or across we get the next dates automatically. What way you want to update'em?
    Teach me Excel VBA

  3. #3
    Forum Contributor
    Join Date
    08-07-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    372

    Re: How do auto date populated in row wise

    Thank for your reply ImranBhatti. I know the way drag down and fill series but I want know the formulas.

  4. #4
    Valued Forum Contributor ImranBhatti's Avatar
    Join Date
    03-27-2014
    Location
    Rawalpindi,Pakistan
    MS-Off Ver
    Office 365
    Posts
    1,784

    Re: How do auto date populated in row wise

    Try this in A2 and drag down.
    =DATE(YEAR(A1),MONTH(A1),DAY(A1)+1)

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: How do auto date populated in row wise

    Or:

    =A1+1

  6. #6
    Forum Contributor
    Join Date
    08-07-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    372

    Re: How do auto date populated in row wise

    thank you so much for your help.

  7. #7
    Valued Forum Contributor ImranBhatti's Avatar
    Join Date
    03-27-2014
    Location
    Rawalpindi,Pakistan
    MS-Off Ver
    Office 365
    Posts
    1,784

    Re: How do auto date populated in row wise

    Welcome silam

+ 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. Auto populated same date
    By Sanjibghosh in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-16-2016, 02:40 AM
  2. [SOLVED] need to arrange column wise data to row wise with monthly wise
    By alok.gupta4ever in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-03-2016, 11:11 AM
  3. Replies: 3
    Last Post: 06-05-2015, 01:09 PM
  4. How to add auto number and date automatically when new row populated
    By naylak in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-31-2014, 08:49 AM
  5. [SOLVED] date wise /name wise total with round function
    By hkbhansali in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-03-2014, 11:37 AM
  6. [SOLVED] I want change the data row wise to coloum wise & coloumn wise to row wise.
    By satputenandkumar0 in forum Excel General
    Replies: 3
    Last Post: 12-20-2012, 08:34 AM
  7. Auto hide populated date rows
    By Sonia H in forum Excel General
    Replies: 3
    Last Post: 10-24-2008, 03: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