+ Reply to Thread
Results 1 to 9 of 9

qualitative risk level calculation

Hybrid View

distord qualitative risk level... 02-13-2019, 11:34 AM
dosydos Re: qualitative risk level... 02-13-2019, 11:41 AM
distord Re: qualitative risk level... 02-13-2019, 11:47 AM
KOKOSEK Re: qualitative risk level... 02-13-2019, 11:49 AM
dosydos Re: qualitative risk level... 02-13-2019, 11:59 AM
dosydos Re: qualitative risk level... 02-13-2019, 12:11 PM
distord Re: qualitative risk level... 02-14-2019, 04:41 AM
distord Re: qualitative risk level... 02-14-2019, 04:41 AM
XLent Re: qualitative risk level... 02-13-2019, 12:46 PM
  1. #1
    Registered User
    Join Date
    02-13-2019
    Location
    Bucharest
    MS-Off Ver
    online
    Posts
    4

    qualitative risk level calculation

    Hi all,

    First of all, thank you all for reading this.

    I need a formula to calculate the risk level based on impact and likelihood (which are previous columns ) as following:
    Untitled.png
    if impact=low & likelihood=low then Risk = low etc...

    Thank you in advance for your support!

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    MA, USA
    MS-Off Ver
    365(PC) V:2412
    Posts
    1,476

    Re: qualitative risk level calculation

    i included a worksheet with the answer.
    I recreated the graph you provided and then used an index match, match formula

    =INDEX($F$2:$I$5,MATCH($A2,$F$2:$F$5,0),MATCH($B2,$F$2:$I$2,0))

    **adapt ranges to fit your spreadsheet.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    02-13-2019
    Location
    Bucharest
    MS-Off Ver
    online
    Posts
    4

    Re: qualitative risk level calculation

    wow that was fast!
    just one question..is there another way to do this? i'm actually trying to implement this in Sharepoint Online where I just have the columns likelihood and impact. Therefore, I'm not sure how to actually adapt your formula in there. Any thoughts?

    Thanks so much

  4. #4
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,765

    Re: qualitative risk level calculation

    EDIT: deleted. Sorted meantime.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  5. #5
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    MA, USA
    MS-Off Ver
    365(PC) V:2412
    Posts
    1,476

    Re: qualitative risk level calculation

    i would suggest using the table and hiding it on another tab if possible. Otherwise all i can think of at this moment is to use a lot of nested IF(and()) statements for each answer. I started the formula below, but in all honesty i don't have the time to finish it.

    =IF(AND(A2="low",B2="low"),"low",if(AND(A2="low",B2="medium"),"low",if(AND(A2="low",B2="high"),"medium",if(and( etc etc etc etc

    its possible there is another way to go about this that isn't as time consuming/tedious.

  6. #6
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    MA, USA
    MS-Off Ver
    365(PC) V:2412
    Posts
    1,476

    Re: qualitative risk level calculation

    ok i just thought of something creative. try this if/choose statement.

    Formula: copy to clipboard
    =CHOOSE(IF($A2="low",1,IF($A2="medium",2,IF($A2="high",3,"")))+IF($B2="low",1,IF($B2="medium",2,IF($B2="high",3,""))),,"low","low","medium","high","high")

  7. #7
    Registered User
    Join Date
    02-13-2019
    Location
    Bucharest
    MS-Off Ver
    online
    Posts
    4

    Re: qualitative risk level calculation

    this worked just fine! thank you so much guys !!

  8. #8
    Registered User
    Join Date
    02-13-2019
    Location
    Bucharest
    MS-Off Ver
    online
    Posts
    4

    Re: qualitative risk level calculation

    Quote Originally Posted by dosydos View Post
    ok i just thought of something creative. try this if/choose statement.

    Formula: copy to clipboard
    =CHOOSE(IF($A2="low",1,IF($A2="medium",2,IF($A2="high",3,"")))+IF($B2="low",1,IF($B2="medium",2,IF($B2="high",3,""))),,"low","low","medium","high","high")
    this one worked just fine! thank you so much guys !!

  9. #9
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,706

    Re: qualitative risk level calculation

    another alternative

    Formula: copy to clipboard
    =LOOKUP(SUM(INDEX(MATCH(LEFT(A2:B2),{"L","M","H"},0),0)),{2,4,5},{"Low","Medium","High"})

+ 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. Excel Risk Matrix - Automated Score Calculation
    By Michael Staveley in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-22-2017, 04:05 PM
  2. Significance level calculation
    By Sectio in forum Excel General
    Replies: 2
    Last Post: 11-05-2016, 03:03 PM
  3. Level calculation according to the various offset
    By anindya.zen in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-25-2016, 06:35 AM
  4. [SOLVED] Need a formula to differentiate the risk level
    By sjpras in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-05-2015, 03:28 AM
  5. VBA Code for Demand calculation using multi level BOM
    By EinarG in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-12-2014, 06:15 PM
  6. how to create graph which point one risk level at one time?
    By yoojaesuk in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-27-2012, 06:55 PM
  7. Replies: 1
    Last Post: 02-23-2012, 07:22 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