+ Reply to Thread
Results 1 to 7 of 7

Converting Matrix Chart to a 3-column table

  1. #1
    Registered User
    Join Date
    01-20-2016
    Location
    USA!
    MS-Off Ver
    Office 2010
    Posts
    62

    Converting Matrix Chart to a 3-column table

    Hi Guys,

    I have attached a file of what I am looking at. Here is my one problem, in cell P1, I want to be a column heading....but if I move the table down one row and double click to apply apply formula to lowers rows, "Area 1" will only show 10 times in stead of 11. Is it a simple fix of the formula?? Any help is appreciated.

    Thanks,A!!!
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,421

    Re: Converting Matrix Chart to a 3-column table

    Instead of using OFFSET, which is a volatile function, I would suggest these formulae:

    T1: =INDEX(A:A,INT((ROWS($1:1)-1)/11)+2)

    U1: =INDEX($B$1:$L$1,MOD(ROWS($1:1)-1,11)+1)

    V1: =INDEX($B:$L,INT((ROWS($1:1)-1)/11)+2,MOD(ROWS($1:1)-1,11)+1)

    You can put IFERROR( ... ,"") around them if you wish, and you can put them in P1, R1 and Q1 (I put them in T1:V1 to compare against yours). Then you can insert as many rows as you wish above them (or put them directly into row 2).

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-20-2016
    Location
    USA!
    MS-Off Ver
    Office 2010
    Posts
    62

    Re: Converting Matrix Chart to a 3-column table

    Hi Pete, instead of hard coding "11" columns....is there a substitute in case more are added, the 3-column table will update automatically?

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,421

    Re: Converting Matrix Chart to a 3-column table

    You can change the 11 (which occurs 4 times in the above formulae) to this, for example:

    COUNTA($B$1:$O$1)

    so that if any more columns are inserted within that range then it will automatically adjust and count the number of headings that are set up.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    01-20-2016
    Location
    USA!
    MS-Off Ver
    Office 2010
    Posts
    62

    Re: Converting Matrix Chart to a 3-column table

    Thanks Pete! I will give it a try!!

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,421

    Re: Converting Matrix Chart to a 3-column table

    You're welcome.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

  7. #7
    Registered User
    Join Date
    01-20-2016
    Location
    USA!
    MS-Off Ver
    Office 2010
    Posts
    62

    Re: Converting Matrix Chart to a 3-column table

    Done! Thanks again!

+ 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. Replies: 1
    Last Post: 03-17-2016, 05:44 PM
  2. Converting a column of data into a matrix
    By Bandicoot in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-07-2013, 07:25 AM
  3. [SOLVED] converting matrix data into a table
    By Red fuji in forum Excel General
    Replies: 16
    Last Post: 06-28-2012, 12:21 PM
  4. Converting Data Table to Matrix Format
    By vioravis in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-29-2009, 06:35 AM
  5. Converting a matrix into a single column
    By dthan in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 11-21-2008, 05:56 PM
  6. converting "matrix" of values into single column
    By suszak in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-28-2007, 11:22 AM
  7. Converting table to chart - 0 values to be ignored
    By The Cardinal in forum Excel General
    Replies: 2
    Last Post: 09-27-2006, 07:00 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