+ Reply to Thread
Results 1 to 8 of 8

Creating a Matrix (I think?)

  1. #1
    Registered User
    Join Date
    07-26-2017
    Location
    Melbourne, Australia
    MS-Off Ver
    2013
    Posts
    9

    Creating a Matrix (I think?)

    Hi guys,

    I have the following two files and am hoping to create a mapping in the below format:

    1st File:
    Critical ID Application
    ABC123 Test1
    Test2
    Test3
    And so forth..

    2nd File:
    Critical ID Applications
    Test1 Test2 Test3
    ABC123 1 1 1


    Essentially in the second file, I want to be able to say in (FILE 1) Critical ID has the following applications listed against it, can we populate FILE 2 with a '1' against the Critical ID with each of its matching application names.

    Hope this makes some sense..

    Thanks,
    Michael

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Creating a Matrix (I think?)

    Are these 2 actual different files, or 2 different sheets within 1 file?
    (if not 2 sheets in 1 file, could they be?)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    07-26-2017
    Location
    Melbourne, Australia
    MS-Off Ver
    2013
    Posts
    9

    Re: Creating a Matrix (I think?)

    Hey! They're not at the moment but can be Would that help?

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,779

    Re: Creating a Matrix (I think?)

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Creating a Matrix (I think?)

    @ Ali, that was going to be my next question

    @ Michael, it is almost always better if you can keep all data/calcs etc within the same file - it just makes things that much simpler

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,779

    Re: Creating a Matrix (I think?)

    Morning, Ford! Coffee time here ...

  7. #7
    Registered User
    Join Date
    07-26-2017
    Location
    Melbourne, Australia
    MS-Off Ver
    2013
    Posts
    9

    Re: Creating a Matrix (I think?)

    Hi guys,

    Thank you for the clear set of instructions. I understand my initial statement would be a huge pain to work with.

    I've mocked up the sample dataset. The 3 tabs are as follows;

    1. Desired Result - The end result: The aim is to use 'Data Capture' and map which CSIDs contain which Applications and tag these with a '1'.
    2. Summary - Where we hope to capture the data (displayed in desired result)
    3. Data Capture - The file containing CSID's with their corresponding Application Names

    Hope this helps.

    Thanks!
    Attached Files Attached Files
    Last edited by mshamsiev; 02-22-2019 at 12:32 AM. Reason: Upload File

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,552

    Re: Creating a Matrix (I think?)

    First fill in the blank cells on the Data Capture sheet using the technique in the linked tutorial (video is less then 2 1/2 minutes).
    https://www.contextures.com/xlDataEntry02.html
    The formula to fill in the matrix is: =COUNTIFS('Data Capture'!$A$2:$A$21,$A8,'Data Capture'!$F$2:$F$21,J$7)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. I need Help with creating Pricing Matrix!!! Please Anyone!
    By e.limm in forum Excel Formulas & Functions
    Replies: 32
    Last Post: 06-15-2017, 08:43 AM
  2. I need Help with creating Pricing Matrix!!! Please Anyone!
    By e.limm in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-14-2017, 08:05 AM
  3. I need Help with creating Pricing Matrix!!! Please Anyone!
    By e.limm in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2017, 08:04 AM
  4. Creating a Matrix
    By blens1 in forum Excel General
    Replies: 4
    Last Post: 12-05-2014, 01:09 AM
  5. I need help creating a 3x3 Matrix in vba?
    By mattm99 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-18-2011, 03:36 PM
  6. Creating a matrix from a database
    By Sandy24 in forum Access Tables & Databases
    Replies: 1
    Last Post: 06-20-2011, 08:27 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