+ Reply to Thread
Results 1 to 3 of 3

Making a matrix out of a master data table

  1. #1
    Registered User
    Join Date
    09-20-2016
    Location
    Worcester, UK
    MS-Off Ver
    2010
    Posts
    49

    Making a matrix out of a master data table

    Hi All,

    Please see the spreadsheet attached.

    I need to create a matrix which compares the suppliers that three organisations work with to see if there are any duplicates (i.e. where org 1 an org 2 share supplier 2).

    Tab 1 (Master) is the raw data showing suppliers, Tab 2 is the matrix I need creating and Tab 3 is the result I would like, it shows in a matrix where the organisations share the same supplier - I can do this manually but this will take a lot of time (there are thousands of rows of data with the spreadsheet i'm working on).

    As you can see in Tab 1 by reading down the first column organisations share the same supplier (all organisations work with supplier 2).

    Is there a formula at all that will automatically create this matrix in Tab 2/3?

    Many thanks in advance!!
    Alex
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Making a matrix out of a master data table

    =IFERROR(INDEX(Master!$B$2:$B$13,MATCH($A2,IF(B$1=Master!$C$2:$C$13,Master!$A$2:$A$13),0),1),"-")
    Array formula, use Ctrl-Shift-Enter

    copy across and down the table
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    09-20-2016
    Location
    Worcester, UK
    MS-Off Ver
    2010
    Posts
    49

    Re: Making a matrix out of a master data table

    Special-K, brill, thank you very much! Near formula

+ 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. Data table for sensitivity matrix
    By brad-m in forum Excel General
    Replies: 10
    Last Post: 07-15-2015, 04:01 PM
  2. [SOLVED] Table Data to Matrix
    By uahmadov in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-14-2015, 02:42 PM
  3. Making a report and show data from matrix with header & data
    By jhonneyboy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-07-2014, 03:35 AM
  4. [SOLVED] converting matrix data into a table
    By Red fuji in forum Excel General
    Replies: 16
    Last Post: 06-28-2012, 12:21 PM
  5. Using data contained in a matrix table on another sheet
    By redimp in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-18-2010, 01:50 PM
  6. Converting Data Table to Matrix Format
    By vioravis in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-29-2009, 06:35 AM
  7. Pulling data from a matrix/table
    By tedium in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-23-2006, 07:37 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