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
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!