+ Reply to Thread
Results 1 to 2 of 2

Macro to Repeat Copy/Transpose in a List

  1. #1
    Forum Contributor
    Join Date
    05-13-2012
    Location
    Eagle River, Alaska
    MS-Off Ver
    Excel 2010
    Posts
    145

    Macro to Repeat Copy/Transpose in a List

    Perhaps someone can help. I have scoured the internet for similar situations using macros for repeat copy/transpose functions but have not been successful in achieving a successful result. I have toiled with this for hours. There are 1594 entries in the original list. I have attached a sample file with a list with just 5 names. I would like to develop a macro that turns the ‘Master’ tab to the “Desired’ tab. Thanks for any help you can provide!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,494

    Re: Macro to Repeat Copy/Transpose in a List

    Please Login or Register  to view this content.
    OR formula:

    In A1

    =IFERROR(INDEX(Master!A$1:A$100,(ROWS($1:1)-1)*3+1),"")

    copy across tp C1

    in D1

    =IFERROR(INDEX(Master!C$1:C$100,(ROWS($1:1)-1)*3+2),"")

    in E1

    =IFERROR(INDEX(Master!C$1:C$100,(ROWS($1:1)-1)*3+3),"")

    Copy all down
    Attached Files Attached Files
    Last edited by JohnTopley; 01-28-2022 at 11:09 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Select, Copy, Transpose, Move to next Selection and Repeat
    By rtordai in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-22-2021, 05:13 PM
  2. [SOLVED] copy column data from multiple tabs onto specified tab, transpose, repeat
    By bruno08102013 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-26-2014, 12:43 PM
  3. [SOLVED] Need macro to edit data - select, copy, transpose, repeat
    By zaxer in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-08-2012, 02:40 AM
  4. [SOLVED] Copy, paste, transpose 4 cells delete and repeat
    By blarsen in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-18-2012, 01:29 AM
  5. [SOLVED] Transpose: How can I copy a list and transpose it but leaving 3 cells in between each item
    By cocolete in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-11-2012, 10:01 AM
  6. Repeat copy and paste special (transpose)
    By Mengtzee in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 01-16-2012, 11:38 AM
  7. Find, Copy, Transpose, Repeat
    By siddharthariver in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-11-2010, 06:06 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