+ Reply to Thread
Results 1 to 7 of 7

Risk Assessment Matrix

  1. #1
    Registered User
    Join Date
    08-17-2016
    Location
    Australia
    MS-Off Ver
    Office 365 Business
    Posts
    90

    Risk Assessment Matrix

    Hi all,

    I'm putting together a Risk Matrix but I'm having trouble with a formula to look at two numbers and find the corresponding result in a table.
    See attachment;
    • Said two numbers are in cells G3 and G5
    • The results is in B8 - found in the table K8-N12
    • With the corresponding text in B12 - found in table P9-Q12

    I'm having trouble with coming up with a formula to give me the results in B8 and B12

    Any help would be greatly appreciated.


    Regards,
    Matt
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Risk Assessment Matrix

    b8:
    Please Login or Register  to view this content.
    b12:
    Please Login or Register  to view this content.
    Quang PT

  3. #3
    Valued Forum Contributor Eastw00d's Avatar
    Join Date
    02-29-2020
    Location
    Breda, NL
    MS-Off Ver
    2016, 2019
    Posts
    833

    Re: Risk Assessment Matrix

    If you would reshuffle your table, it's easier: you can put then this formula in B8:
    Please Login or Register  to view this content.
    Cheers
    Erwin
    Attached Images Attached Images
    I started learning VBA because I was lazy ...
    Still developing.... being more lazy...

  4. #4
    Registered User
    Join Date
    08-17-2016
    Location
    Australia
    MS-Off Ver
    Office 365 Business
    Posts
    90

    Re: Risk Assessment Matrix

    The -1/+1, I didn't event think of that. The formula works except if the Mitigation Score is above 76, the result is N/A

  5. #5
    Forum Contributor
    Join Date
    03-22-2016
    Location
    Philippines
    MS-Off Ver
    MS Office 2013
    Posts
    124

    Re: Risk Assessment Matrix

    Try this.

    B8=IF(AND(G5>=76, G5<= 100),IF(G3=J8,K8,IF(G3=J9,K9,IF(G3=J10,K10,IF(G3=J11,K11,IF(G3=J12,K12,""))))),IF(AND(G5>=51, G5<= 75),IF(G3=J8,L8,IF(G3=J9,L9,IF(G3=J10,L10,IF(G3=J11,L11,IF(G3=J12,L12,""))))),IF(AND(G5>=26, G5<= 50),IF(G3=J8,M8,IF(G3=J9,M9,IF(G3=J10,M10,IF(G3=J11,M11,IF(G3=J12,M12,""))))),IF(AND(G5>=0, G5<= 25),IF(G3=J8,N8,IF(G3=J9,N9,IF(G3=J10,N10,IF(G3=J11,N11,IF(G3=J12,N12,""))))),""))))


    B12=IF(B8=P9,Q9,IF(B8=P10,Q10,IF(B8=P11,Q11,IF(B8=P12,Q12,""))))
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    08-17-2016
    Location
    Australia
    MS-Off Ver
    Office 365 Business
    Posts
    90

    Re: Risk Assessment Matrix

    Nailed it! Cheers!!!

  7. #7
    Forum Contributor
    Join Date
    03-22-2016
    Location
    Philippines
    MS-Off Ver
    MS Office 2013
    Posts
    124

    Re: Risk Assessment Matrix

    Please add reputation and mark it as solved.

+ 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. Needing help with If fuction or other formula for risk assessment matrix
    By forestermark in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2018, 09:09 AM
  2. MOON DATA for Flight risk assessment
    By apache139 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-11-2017, 09:44 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. Excel VBA userform to calculate risk assessment
    By wid2001 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-16-2014, 09:25 AM
  5. Risk Matrix
    By BAW331 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-03-2012, 04:30 PM
  6. Risk Assessment - Change cell colour
    By AConneely in forum Excel General
    Replies: 0
    Last Post: 06-25-2012, 05:11 AM
  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