+ Reply to Thread
Results 1 to 4 of 4

Transpose cells in groups of 4

  1. #1
    Registered User
    Join Date
    11-19-2013
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    16

    Transpose cells in groups of 4

    Dear Excelforum

    I have a dataset that is about 100 rows and also about 100 columns wide. From every row i want to take the cells in groups of 4 and align below each other instead of next to each other.

    The information is currently like this:

    12345678
    ABCDEFGH

    I want it to be like this:

    1234
    5678
    ABCD
    EFGH

    ----

    So i want to finish one row at a time.

    The solution is probably simple but i can't seem to make anything work.

    Help is much appreciated - thank you in advance

    /Hremehre

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Transpose cells in groups of 4

    VBA would be best for this. Using MID
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  3. #3
    Registered User
    Join Date
    11-19-2013
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Transpose cells in groups of 4

    Maybe i have not made this clear enough - my apologies.

    Each number/letter is in its own cell

    So A1=1, A2=5 etc.

    I want to take A1:D1, E1:H1 and put in a new place below each other. So 1 2 3 4 5 6 7 8 becomes:
    1 2 3 4
    5 6 7 8

    I can easily do the first by hand but i have a lot of rows and columns.

  4. #4
    Forum Contributor
    Join Date
    10-07-2011
    Location
    India, Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    212

    Re: Transpose cells in groups of 4

    Please find attached Excel sheet.


    Regards,
    Suhas
    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)

Similar Threads

  1. [SOLVED] Transpose numbers in groups of Column to Rows
    By Dumy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-24-2013, 11:46 AM
  2. [SOLVED] transpose data from columns to rows by groups
    By rostar99 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-15-2012, 06:42 PM
  3. [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
  4. Analysing groups of cells to form new groups
    By lurker17260 in forum Excel General
    Replies: 3
    Last Post: 02-08-2012, 04:45 PM
  5. Transpose Column A Groups to Rows
    By stanleydgromjr in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-08-2010, 11:47 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