Pull a rating from a matrix (INDEX / MATCH? INDEX / COLLECT)
I have this data in a spread sheet, with the combination of two variables resulting in a Risk Rating... But I don't know how to write the formula to address these nine combinations.
Thanks in advance for the help...
Best Answer
-
Hi @Berto D
You're right, I would use an INDEX(COLLECT for this!
For example:
=INDEX(COLLECT({Risk Rating Column}, {Probability Column}, Probability@row, {Impact Column}, Impact@row), 1)
This will check the sheet that has your three columns listed to find the row that has the same matching combination of Probability and Impact as your current row and then return the matching Risk Rating.
Let me know if this works for you or if I can explain the formula further.
Cheers,
Genevieve
Answers
-
Hi @Berto D
You're right, I would use an INDEX(COLLECT for this!
For example:
=INDEX(COLLECT({Risk Rating Column}, {Probability Column}, Probability@row, {Impact Column}, Impact@row), 1)
This will check the sheet that has your three columns listed to find the row that has the same matching combination of Probability and Impact as your current row and then return the matching Risk Rating.
Let me know if this works for you or if I can explain the formula further.
Cheers,
Genevieve
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!