+ Reply to Thread
Results 1 to 3 of 3

Copy Block of Values Repeating 1 Column's Value

  1. #1
    Registered User
    Join Date
    11-19-2012
    Location
    New York
    MS-Off Ver
    Excel 2003
    Posts
    4

    Copy Block of Values Repeating 1 Column's Value

    Hi,

    I have the following table:

    ID Date
    1 01/10/12
    1 02/10/12
    1 03/10/12
    1 04/10/12
    2 01/10/12
    2 02/10/12
    2 03/10/12
    2 04/10/12

    The goal is the copy this down to an ID of 250 repeating those 4 dates.

    The issue is as the ID's go up a rather high number I don't really want to copy and paste 200+ times.

    I've tried highlighting that whole chunk then dragging down however the ID values become decimal values.

    Could anyone help with a more elegant/built in/efficent solution.

    Thanks.
    Last edited by sae2003us; 12-18-2012 at 11:51 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    08-13-2012
    Location
    Gardony, Hungary
    MS-Off Ver
    Excel 2003
    Posts
    558

    Re: Copy Block of Values Repeating 1 Column's Value

    Hi,

    how about something like this.

    edit: obviously type the proper dates to the cells where date1, date2, etc. are located.
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Copy Block of Values Repeating 1 Column's Value

    if your data constantly with that date and serial Id

    first formula at B2 for serial repeat Id
    =TRUNC((ROWS(A$2:A2)-1)/4)+1

    and for serial date write manual date at B2:B5

    first formula to repeat serial date like above at B6:

    =INDEX($B$2:$B$5;MOD(ROWS(A$2:A6)-1;4)+1)


    copy down till you want to finish

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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