+ Reply to Thread
Results 1 to 42 of 42

Copy a column in every nth row

Hybrid View

  1. #1
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Copy a column in every nth row

    A dynamic array.

    Formula: copy to clipboard
    =LET(
    a,C30:C33,da,E30:J33,ra,SEQUENCE(ROWS(a)),Pa,INDEX(a,,1),Ta,INDEX(C28,ra^0,),fa,HSTACK(Pa,Ta,da),
    b,C38:C41,db,E38:J41,rb,SEQUENCE(ROWS(b)),Pb,INDEX(b,,1),Tb,INDEX(C36,rb^0,),fb,HSTACK(Pb,Tb,db),
    c,C46:C49,dc,E46:J49,rc,SEQUENCE(ROWS(c)),Pc,INDEX(c,,1),Tc,INDEX(C44,rc^0,),fc,HSTACK(Pc,Tc,E46:J49),
    SORT(VSTACK(fa,fb,fc),1,1))


    Ensure that there is NOTHING in the cells where the results are going to spill out.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

+ 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] Insert a new column and copy the column with formula in the left column to the latest col
    By Sakurayuki in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-27-2021, 11:29 AM
  2. [SOLVED] Copy one column, but loop through a second column multiple times depending on first column
    By redapplesonly in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-08-2019, 10:12 AM
  3. [SOLVED] Loop through Column B msgboxYesNo if Yes copy to Column C, if No copy to Column D
    By WBravard in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-09-2017, 09:46 AM
  4. Copy data from sheet1 column with dynamic date, and copy data to second sheet column
    By Renaliiii in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-25-2016, 04:44 PM
  5. Replies: 1
    Last Post: 05-30-2015, 04:38 PM
  6. Replies: 5
    Last Post: 11-17-2014, 02:40 PM
  7. Vba - find next empty column, insert column, copy paste values & copy paste formulas
    By DoodlesMama in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-20-2012, 12:43 PM

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