+ Reply to Thread
Results 1 to 42 of 42

Copy a column in every nth row

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-31-2022
    Location
    Swiss
    MS-Off Ver
    365
    Posts
    138

    Re: Copy a column in every nth row

    Here we go:

    it is in row 58-68
    Attached Files Attached Files
    Last edited by mrdaave; 10-06-2022 at 06:55 AM.

  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,519

    Re: Copy a column in every nth row

    Ignore this

    Pete

  3. #3
    Forum Contributor
    Join Date
    08-31-2022
    Location
    Swiss
    MS-Off Ver
    365
    Posts
    138

    Re: Copy a column in every nth row

    Me or John?

    I could not find a suitable solution for this problem...

    I would really appreciate, if someone knows a formula for this

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2507 Build 16.0.19029.20136) 64-bit
    Posts
    31,553

    Re: Copy a column in every nth row

    im M59

    =IF(MOD((ROWS($1:1)-1),3)=0,INDEX($D$59:$D$62,INT((ROWS($1:1)-1)/3)+1),"")

    Copy down

    in O59

    =IF($M59="","",VLOOKUP($M59,$D$59:$K$62,COLUMN(C$1),0))

    Copy across and down

    Replace "," with ":"
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  5. #5
    Forum Contributor
    Join Date
    08-31-2022
    Location
    Swiss
    MS-Off Ver
    365
    Posts
    138

    Re: Copy a column in every nth row

    Thank you John - I will try this right now

+ 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