+ Reply to Thread
Results 1 to 8 of 8

Transpose: How can I copy a list and transpose it but leaving 3 cells in between each item

  1. #1
    Registered User
    Join Date
    10-06-2011
    Location
    New York, New York
    MS-Off Ver
    Excel 2003
    Posts
    30

    Transpose: How can I copy a list and transpose it but leaving 3 cells in between each item

    Hello,

    So as the question states I have a data base with around 10k securities. I'm aplying a formula to thos securities that will add three rows to the right and multiple rows going down.

    I want to take all that data copy and transposing it leaving enough space in between each security to run the formula and not have it over lap in my data.

    Any insights?

    Thank You
    Last edited by cocolete; 04-13-2012 at 11:43 AM.

  2. #2
    Registered User
    Join Date
    10-06-2011
    Location
    New York, New York
    MS-Off Ver
    Excel 2003
    Posts
    30

    Re: Transpose: How can I copy a list and transpose it but leaving 3 cells in between each

    Transpose Example.xls

    Here is an example of what I mean

  3. #3
    Forum Contributor
    Join Date
    02-07-2012
    Location
    MIA
    MS-Off Ver
    Excel 2007, 2010
    Posts
    429

    Re: Transpose: How can I copy a list and transpose it but leaving 3 cells in between each

    Can you show me how it looks before you "transpose" it?
    .?*??)
    `?.???.?*??)?.?*?)
    (?.?? (?.?
    Pichingualas <---
    ??????????????????????????

    Wrap your code with CODE TAGS.
    Thank those who helped you, Don't forget to add to their REPUTATION!!! (click on the star below their post).
    Please mark your threads as [SOLVED] when they are (Thread Tools->Mark thread as Solved).

  4. #4
    Valued Forum Contributor
    Join Date
    07-29-2009
    Location
    Belgium
    MS-Off Ver
    Excel 2003/Excel 2010
    Posts
    534

    Re: Transpose: How can I copy a list and transpose it but leaving 3 cells in between each

    If i understand your example correctly, see attachment:
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-06-2011
    Location
    New York, New York
    MS-Off Ver
    Excel 2003
    Posts
    30

    Re: Transpose: How can I copy a list and transpose it but leaving 3 cells in between each

    Column B is the data before it is Transpose and row 16 is where the data was transposed

  6. #6
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,522

    Re: Transpose: How can I copy a list and transpose it but leaving 3 cells in between each

    try
    Please Login or Register  to view this content.

  7. #7
    Forum Contributor
    Join Date
    02-07-2012
    Location
    MIA
    MS-Off Ver
    Excel 2007, 2010
    Posts
    429

    Re: Transpose: How can I copy a list and transpose it but leaving 3 cells in between each

    This should work:

    Please Login or Register  to view this content.
    Since you say the nnumber of securities you need to "transpose" is over 10k, I think that at one point you will run out of columns, so when that happens the code I provide will move to the next row. You could add a multiplier to the variable n so that instead of 1 row it moves downwards more, in case you also need to leave space between lines. For example, if you change
    Please Login or Register  to view this content.
    to
    Please Login or Register  to view this content.
    then you will be leaving 3 empty rows in between used rows. You can also change the 16 to whichever row you want your data to start at.

  8. #8
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Transpose: How can I copy a list and transpose it but leaving 3 cells in between each

    hi cocolete, please check attachment, hope this helps
    Attached Files Attached Files

+ 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