+ Reply to Thread
Results 1 to 5 of 5

To insert the risk category according to the score

  1. #1
    Forum Contributor
    Join Date
    04-15-2021
    Location
    Malta
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2302 Build 16.0.16130.20332) 64-bit
    Posts
    181

    To insert the risk category according to the score

    Hi,

    I kindly need a formula in the highlighted fields in the attached spreadsheet whereby a certain score corresponds to the related risk category (in wording).

    Thank you.

    Best,

    Andry
    Attached Files Attached Files

  2. #2
    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. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,444

    Re: To insert the risk category according to the score

    Change the lookup table to this:

    AliGW on MS365 Beta Channel (Windows 11) 64 bit

    B
    C
    2
    Risk Category
    Risk score
    3
    Low
    1
    4
    Medium
    4
    5
    High
    9
    6
    Extreme
    15
    Sheet: Sheet1

    Then this in G1:

    =XLOOKUP($F$3:$F$15,$C$3:$C$6,$B$3:$B$6,"",-1)
    Attached Files Attached Files
    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.

  3. #3
    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. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,444

    Re: To insert the risk category according to the score

    Or, if you must keep the table as it is, this:

    =XLOOKUP($F$3:$F$15,--TEXTBEFORE($C$3:$C$6,"-"),$B$3:$B$6,"",-1)
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    04-15-2021
    Location
    Malta
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2302 Build 16.0.16130.20332) 64-bit
    Posts
    181

    Re: To insert the risk category according to the score

    Hi Ali,

    Unfortunately, the formula does not given any results

  5. #5
    Forum Contributor
    Join Date
    04-15-2021
    Location
    Malta
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2302 Build 16.0.16130.20332) 64-bit
    Posts
    181

    Re: To insert the risk category according to the score

    Thank you Ali! it works now.

    Appreciated as usual.

+ 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. [SOLVED] Formula needed for category of the risk
    By nicholascky in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-29-2016, 04:33 AM
  3. Wants to assign specific category based on student score
    By toofani in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-20-2015, 05:59 PM
  4. Insert labels on data in risk return quadrant.
    By ruzana in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 05-09-2014, 04:08 AM
  5. VBA count who got the higest score on each category
    By JCactus in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-02-2014, 03:22 AM
  6. [SOLVED] Finding the category with the highest/lowest score
    By Vemonstrocity in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-08-2012, 07:08 PM

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