+ Reply to Thread
Results 1 to 2 of 2

HOW DO I SET UP A SERIES OF DATES IN EXCEL?

  1. #1
    tpapd754
    Guest

    HOW DO I SET UP A SERIES OF DATES IN EXCEL?

    i am trying to set up a series of dates in cells that will show four days
    consecutively and then skip the next four days and run in a continual pattern
    for the entire year. for example: i want the first four cells to read
    1/1/05, 1/2/05, 1/3/05, 1/4/05 and the next four to read 1/9/05, 1/10/05,
    1/11/05, 1/12/05 and so on. can anyone help?

  2. #2
    Myrna Larson
    Guest

    Re: HOW DO I SET UP A SERIES OF DATES IN EXCEL?

    Assuming the first date is in A3, put this formula in A4:

    =IF(MOD(ROW(),4)=MOD(ROW($A$3),4),A3+5,A3+1)

    The $A$3 must refer to the cell containing the first date.

    On Thu, 3 Feb 2005 15:29:07 -0800, "tpapd754"
    <[email protected]> wrote:

    >i am trying to set up a series of dates in cells that will show four days
    >consecutively and then skip the next four days and run in a continual pattern
    >for the entire year. for example: i want the first four cells to read
    >1/1/05, 1/2/05, 1/3/05, 1/4/05 and the next four to read 1/9/05, 1/10/05,
    >1/11/05, 1/12/05 and so on. can anyone help?



+ 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