+ Reply to Thread
Results 1 to 3 of 3

Transpose single column of data into three columns (...of seven)

  1. #1
    Forum Contributor
    Join Date
    06-25-2017
    Location
    Australia
    MS-Off Ver
    365
    Posts
    102

    Transpose single column of data into three columns (...of seven)

    I've tried googling "Transpose single column of data into multiple columns", and it gives many results, but not the unique one I need: columns of 7

    1 8 15
    2 9 16
    3 10 17
    4 11 18
    5 12 19
    6 13 20
    7 14 21
    22 29 36
    23 30 37
    24 31 38
    25 32 39
    26 33 40
    27 34 41
    28 35 42
    43 50 57
    44 51 58
    45 52 59
    46 53 60
    47 53 61
    48 55 62
    49 56 63
    64 71 78
    65 72 79
    66 73 80
    67 74 81
    68 75 82
    69 76 83
    70 77 84
    ...etc

    The bold isn't needed, I just added that here for readability. I've found other formulas that can do this:

    1 2 3
    4 5 6
    7 8 9
    ...etc

    And I may have to end up using this (filed under Acceptable Compromise), but I'm hoping a formula exists to transpose the data to achieve the first result.

  2. #2
    Valued Forum Contributor Root_'s Avatar
    Join Date
    07-29-2017
    Location
    _
    MS-Off Ver
    2010+
    Posts
    514

    Re: Transpose single column of data into three columns (...of seven)

    Try drag-copying this across, then down:

    =INDEX($A:$A,INT((ROWS($A$1:A1)-1)/7)*14+ROWS($A$1:A1)+(COLUMNS($A$1:A1)-1)*7)

  3. #3
    Forum Contributor
    Join Date
    06-25-2017
    Location
    Australia
    MS-Off Ver
    365
    Posts
    102

    Re: Transpose single column of data into three columns (...of seven)

    SOLVED! Much obliged!

+ 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/Merge Two Column Data In Single Column
    By rotiplanta in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 12-15-2017, 02:46 AM
  2. how to transpose data fomr a single column.
    By jainny143 in forum Excel General
    Replies: 5
    Last Post: 06-10-2016, 12:07 PM
  3. [SOLVED] How to transpose / convert columns and rows into single column?
    By chief_abound in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-09-2015, 08:04 PM
  4. Transpose Data from Multiple Column to Single Column
    By smudger1989 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-12-2013, 04:38 AM
  5. [SOLVED] Transpose rows into a single column with additional data
    By AlexRoberts in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-23-2012, 08:13 AM
  6. Replies: 4
    Last Post: 01-14-2011, 09:30 PM
  7. Transpose multiple text-based columns to single column while retaining record ids
    By SchoobsVT in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-06-2010, 12:26 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