+ Reply to Thread
Results 1 to 5 of 5

Excel Risk Matrix - Automated Score Calculation

  1. #1
    Registered User
    Join Date
    02-01-2017
    Location
    Leeds
    MS-Off Ver
    2010
    Posts
    12

    Excel Risk Matrix - Automated Score Calculation

    Hello All,

    Firstly, thank you to anyone taking time to read this

    I am trying to put together a risk matrix, that automatically calculates a score depending on the conditions of two cells. I have attached a non-specific template as an for reference.

    My initial thought was to make use of the IF statement, however I anticipate I will have to write various statements due to the potential variations in options.

    What I require, is F14 to return the Risk rating that would be calculated from the risk matrix.

    I've tried to explain this the best I can, but if you have any questions please fire away I will be active.

    Many thanks,
    Michael
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,366

    Re: Excel Risk Matrix - Automated Score Calculation

    Try

    =INDEX($E$6:$I$10,MATCH($D$14,$B$6:$B$10,0),MATCH($E$14,$E$2:$I$2,0))

  3. #3
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Excel Risk Matrix - Automated Score Calculation

    =iferror(index($e$6:$i$10,match(d14,$b$6:$b$10,),match(e14,$e$2:$i$2,)),"")

  4. #4
    Registered User
    Join Date
    02-01-2017
    Location
    Leeds
    MS-Off Ver
    2010
    Posts
    12

    Re: Excel Risk Matrix - Automated Score Calculation

    Well, you made that look incredibly easy!! Thank you so much.

    Before I mark as solved, I'm going to build it into the actual spread sheet.

    For my development, could you breakdown the formula with some notes on what it is actually doing? (Not 100% necessary)

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,366

    Re: Excel Risk Matrix - Automated Score Calculation

    =INDEX($E$6:$I$10,MATCH($D$14,$B$6:$B$10,0),MATCH($E$14,$E$2:$I$2,0))

    INDEX formula is INDEX(Range, row, column) so we find the intersection of row & column in the range

    The first MATCH finds the row number by comparing D14 against headings in B6:B10 : so if the MATCH is B6 we get a result of 1 (first row)

    And the same for the column where we match E14 against the Column headings in E2:I2

    So we now have a row and column number which enables INDEX to return the value from the range E6:I10

    if D14="Catastrophic" then we will get a row value of 5 and if E14 is "Certain" we get a column value of 5

    So using your ratings row/column as a "guide" you will see we get a value of 25 in F14

    Click on cell F14, then Select "FORMULAS" ==>"Evaluate Formula"==>"Evaluate" and you will see how the formula works.

    Hope this helps.

+ 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. [SOLVED] Risk Matrix Conditional Formatting
    By heepo in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-22-2021, 09:12 PM
  2. [SOLVED] How to create risk matrix chart in Excel?
    By davorin in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 06-28-2015, 05:08 PM
  3. Trying to create a Risk Matrix
    By jmcnair in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 05-01-2014, 08:29 PM
  4. Automated Risk Registers - Index & Match?
    By jasw529 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-28-2013, 07:40 AM
  5. Risk Matrix
    By BAW331 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-03-2012, 04:30 PM
  6. [SOLVED] Risk Matrix/Decision table
    By mikmak in forum Excel General
    Replies: 4
    Last Post: 04-23-2012, 11:31 PM
  7. Risk Matrix
    By Stoffer in forum Excel General
    Replies: 4
    Last Post: 01-24-2012, 05:53 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