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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!