+ Reply to Thread
Results 1 to 2 of 2

How to organize a single column of stacked arrays into structured table

  1. #1
    Registered User
    Join Date
    06-21-2011
    Location
    Portland, OR
    MS-Off Ver
    2010
    Posts
    14

    How to organize a single column of stacked arrays into structured table

    I could sure use some advice on how to convert a single column of stacked arrays into a table in Excel. My data is in a single column where the first 34 rows contain table headers, and the remaining rows represent table data related to those headers. Example:

    tableheader1
    tableheader2
    tableheader3
    tabledata-a1
    tabledata-a2
    tabledata-a3
    tabledata-b1
    tabledata-b2
    tabledata-b3
    tabledata-c1
    tabledata-c2
    tabledata-c3

    What is the best method to organize this column of data into a structured table? Thanks for any advice! Example of desired output:

    tableheader1 tableheader2 tableheader3
    tabledata-a1 tabledata-a2 tabledata-a3
    tabledata-b1 tabledata-b2 tabledata-b3
    tabledata-c1 tabledata-c2 tabledata-c3

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: How to organize a single column of stacked arrays into structured table

    One way:

    =IFERROR(INDEX($A$1:$A$12,1+3*(ROWS($1:1)-1)+MOD((COLUMNS($A:A)-1),3)),"")

    If you have more than 3 columns, change the 3s to whatever the number of columns is. Copy across 3 columns and down as far as needed.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. Single column stacked chart
    By rfrancis in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 09-15-2020, 04:44 PM
  2. Replies: 1
    Last Post: 06-08-2020, 11:09 AM
  3. Combining a Column histogram with a stacked column in a single chart
    By Mythicos in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 01-25-2016, 12:40 PM
  4. Replies: 3
    Last Post: 08-15-2015, 10:20 AM
  5. Structured Reference to a Single Table Value
    By mcclanat in forum Excel General
    Replies: 3
    Last Post: 11-08-2014, 04:21 PM
  6. [SOLVED] How do I combine stacked column and single column graphs?
    By Alf in forum Excel General
    Replies: 0
    Last Post: 02-23-2006, 08:35 PM
  7. How do you combine a stacked column and single column graph?
    By Charlotte C in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-03-2005, 09:10 AM

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