+ Reply to Thread
Results 1 to 6 of 6

Need to copy 60x2 cells, ten times each down

  1. #1
    Registered User
    Join Date
    07-06-2012
    Location
    raleigh
    MS-Off Ver
    Excel 2007
    Posts
    2

    Need to copy 60x2 cells, ten times each down

    Sorry for a confusing title, but I cant think of a better way to put it. Basically, I have 120 values (two columns of 60) and need each row of 2 values copied 10 times below the original.
    i.e.
    1,2
    1,3
    1,4
    .....

    to
    1,2
    1,2
    1,2
    1,2
    1,2
    1,2
    1,2
    1,2
    1,2
    1,2
    1,3
    1,3
    1,3
    ....


    any help would be much appreciated!

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Need to copy 60x2 cells, ten times each down

    Hi, and welcome to the forum.

    One way assuming data is in A1:B60 is use a couple of helper columns

    D1:
    =OFFSET($A$1,INT((ROW()-1)/10)+1-1,0)
    E1:
    =OFFSET($B$1,INT((ROW()-1)/10)+1-1,0)

    Copy D1:E1 down for 600 rows.

    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Need to copy 60x2 cells, ten times each down

    Assuming your list in A2:B61, with the range to copy starting in A70

    =INDEX(A$2:A$61,INT((ROWS(A$70:A70)-1)/10)+1)

    Copy down and right as needed.

  4. #4
    Registered User
    Join Date
    07-06-2012
    Location
    raleigh
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Need to copy 60x2 cells, ten times each down

    Thanks! worked great!

  5. #5
    Valued Forum Contributor rollis13's Avatar
    Join Date
    01-26-2012
    Location
    Cordenons
    MS-Off Ver
    Excel 2016 32bit - Win 11
    Posts
    917

    Re: Need to copy 60x2 cells, ten times each down

    Have a try with this:
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by rollis13; 07-08-2012 at 05:43 PM.

  6. #6
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Need to copy 60x2 cells, ten times each down

    @dbohle17

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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