Results 1 to 10 of 10

Create matrix from larger table

Threaded View

  1. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2504
    Posts
    13,742

    Re: Create matrix from larger table

    In the attached find these dynamic named range formulas (DNRs) in Name Manager.
    There is a copy for quick examination listed in O:P of 'ScoreSheet'


    Berger_ACTIVE
    =INDEX(Berger_Table!$C:$C,COUNTA(Names)*2):INDEX(Berger_Table!$3:$3,,MATCH(1E+306,Berger_Table!$3:$3,1))
    Names
    =ScoreSheet!$B$2:INDEX(ScoreSheet!$B:$B,MATCH("zzzzz",ScoreSheet!$B:$B,1))


    Berger_ACTIVE
    Defines the range that is visible in 'Berger_Table'. Try making the visible range larger/smaller. The DNR resizes to fit the data.

    Names
    Defines the range of names in 'ScoreSheet' column B.

    In C2 is a helper cell. It just defines the number of columns (Venues?) by dividing number of Names by 2.
    Formula: copy to clipboard
    =COUNTA(Names)/2


    The formula for Player1/2 pairings is in H2 filled down and across.
    Formula: copy to clipboard
    =IF(ROWS($A$2:$A2)>$C$2*$D$2,"",INDEX(Berger_ACTIVE,(CEILING(ROWS($A$2:$A2)/$C$2,1)-1)*2+1+(COLUMNS($H$1:H$1)-1),
    MOD(ROWS($A$2:$A2)-1,$C$2)+1))
    Attached Files Attached Files
    Last edited by FlameRetired; 04-17-2018 at 10:55 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] create vertical table of specifc cells in correlation matrix
    By jrtaylor in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-26-2017, 10:30 AM
  2. Should I use a pivot table to create a matrix?
    By dazbear in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 03-13-2015, 02:47 PM
  3. Create a new table (or matrix) from an exported set of data from a website.
    By dherrero in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-19-2014, 11:19 AM
  4. Create matrix from a "table" by condition on lacking date-value
    By Cedicon in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-27-2011, 02:45 PM
  5. Help to Create Matrix table.?
    By sem in forum Excel General
    Replies: 8
    Last Post: 07-19-2011, 02:53 PM
  6. Create sublist from larger list
    By writeguy37 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-27-2008, 11:52 AM
  7. Invert a matrix larger than 52 x 52 using MINVERSE
    By W0PSI in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-23-2006, 11:55 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