+ Reply to Thread
Results 1 to 5 of 5

Creating a Group Series

  1. #1
    Registered User
    Join Date
    04-28-2013
    Location
    Long Beach, NY
    MS-Off Ver
    Excel 2010
    Posts
    36

    Creating a Group Series

    My 1st column contains the following rows:

    January 31, 2016
    January 31, 2016
    January 31, 2016
    January 31, 2016
    ...GRAND TOTAL:


    Consider this data as a Group of 5 rows.

    I would like to create a series that increase the subsequent group of 5 rows and other groups that follow by 1 month increments. The 1st column should look something like this:

    January 31, 2016
    January 31, 2016
    January 31, 2016
    January 31, 2016
    ...GRAND TOTAL:
    February 29, 2016
    February 29, 2016
    February 29, 2016
    February 29, 2016
    ...GRAND TOTAL:
    March 31, 2016
    March 31, 2016
    March 31, 2016
    March 31, 2016
    ...GRAND TOTAL:

    and so on

    Is there any simple way to create an incremented group series such as I've shown?

    Any help will be appreciated!

    Thanks,

    Dan

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: Creating a Group Series

    Are those dates proper dates, or text values?

    If they are proper dates, then you can use this formula in A6:

    =IF(ISNUMBER(A1),EOMONTH(A1,1),A1)

    (assuming the dates start in A1). Format that cell as a date in the style you prefer, and then copy the formula down as far as you need to.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    10-30-2014
    Location
    England
    MS-Off Ver
    2007 / 365
    Posts
    281

    Re: Creating a Group Series

    Nevermind, beaten to it!
    Last edited by EchoPassenger; 09-03-2016 at 05:21 PM.

  4. #4
    Valued Forum Contributor
    Join Date
    06-21-2013
    Location
    Bangladesh
    MS-Off Ver
    Excel 2000, Excel XP, Excel 2002, Excel 2007, Excel 2010, Excel 2013
    Posts
    975

    Re: Creating a Group Series

    Enter the start date on A1. The write the below formula on A2 :
    Please Login or Register  to view this content.
    Now copy down. That's it. See the attachment.
    Attached Files Attached Files
    Last edited by sanram; 09-03-2016 at 05:37 PM.

  5. #5
    Registered User
    Join Date
    04-28-2013
    Location
    Long Beach, NY
    MS-Off Ver
    Excel 2010
    Posts
    36

    Re: Creating a Group Series

    Thanks Pete! Worked perfectly.

    Dan

+ 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. [SOLVED] Group issue in Number series
    By mohan.r1980 in forum Excel General
    Replies: 3
    Last Post: 05-29-2015, 05:17 AM
  2. Replies: 2
    Last Post: 11-11-2013, 05:37 PM
  3. Excel 2007 : Creating a Group table
    By ekeogh in forum Excel General
    Replies: 7
    Last Post: 04-17-2010, 01:14 PM
  4. Creating a series
    By conniewc in forum Excel General
    Replies: 2
    Last Post: 06-16-2008, 05:46 PM
  5. [SOLVED] Creating a Group List
    By Greenback in forum Excel General
    Replies: 5
    Last Post: 04-18-2006, 05:35 AM
  6. Replies: 1
    Last Post: 03-20-2006, 07:55 PM
  7. Creating a group of cells. Need Help Please.
    By Thundersixx in forum Excel General
    Replies: 1
    Last Post: 01-17-2006, 12:50 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