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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!