Trying to Output a text value in a column based on values in two other columns.
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!
Answers
-
You want an index match match formula - google will help a ton here
=index(whole chart reference, match(likelihood refence cell, likelihood statuses column), match(impact reference cell, impact statuses row))
it selects a row based on the first criteria, a column on the second, and returns the meeting point
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!