I want to create an equation based on complex matrix
I am trying to change the status of a column, base on the top five impact levels ( Not Significant, Minor, Moderate, Major and severe) based on the conditions below. Would I have to nest in 25 equations, or does smartsheets have a simpler way of reaching this solution?
Best Answer
-
If you recreate this matrix in another sheet, you can use something along the lines of
=INDEX({Table Cells}, MATCH(Impact@row, {Impact Column}, 0), MATCH(Severity@row, {Top Row}, 0))
In the below snippet, green cells a re the first range, yellow cells are the second range, and red cells are the third range.
Answers
-
Just for clarification, I created two seperate columns, one for impact and the other for probability, so I want the third column to change status based on the combinations in this matrix
-
If you recreate this matrix in another sheet, you can use something along the lines of
=INDEX({Table Cells}, MATCH(Impact@row, {Impact Column}, 0), MATCH(Severity@row, {Top Row}, 0))
In the below snippet, green cells a re the first range, yellow cells are the second range, and red cells are the third range.
-
Thank you!
So I would definitely have to recreate this matrix in a separate smartsheet grid.
-
That would be the easiest way. Otherwise you are looking at a large nested IF formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!