I am creating a risk register where Impact/Severity is chosen as a dropdown between 5 values (Severe, Major, Moderate, Minor, Not significant) and Probability is chosen between 5 values as well (Almost Certain, Likely, Possible, Unlikely, Rare) where depending on what was chosen in the two columns an output in a third column called Risk Score will result in one of the following values (Very High, High, Medium, Low).
Basically I want to create column that will output the value seen in this risk matrix:
What formula should I use? I tried using IFs and ANDs but I could only get one specific case output.
Thanks in advance!