Matrix lookup

raikks

Board Regular
Joined
Feb 23, 2020
Messages
53
Office Version
  1. 2019
Platform
  1. Windows
Book7
ABCDEF
1Consequence
2LikelihoodInsignificantMinorModerateMajorSevere
3Almost CertainLowMediumHighExtremeExtreme
4LikelyLowMediumHighHighExtreme
5PossibleLowMediumMediumHighHigh
6UnlikelyLowLowMediumMediumHigh
7RareLowLowLowMediumMedium
8
9Risk levelHigh
Sheet1


For the matrix above, if the input-1 for likelihood is ``likely'' and input-2 for consequence is ``moderate'', what formula can i use in order to output ``high'' (in cell B9)?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Something like this
Book1
ABCDEF
1Consequence
2LikelihoodInsignificantMinorModerateMajorSevere
3Almost CertainLowMediumHighExtremeExtreme
4LikelyLowMediumHighHighExtreme
5PossibleLowMediumMediumHighHigh
6UnlikelyLowLowMediumMediumHigh
7RareLowLowLowMediumMedium
8
9LikelihoodLikely
10ConsequenceModerate
11Risk levelHigh
Sheet4
Cell Formulas
RangeFormula
B11B11=INDEX($B$3:$F$7,MATCH(B9,$A$3:$A$7,0),MATCH(B10,$B$2:$F$2,0))
 
Upvote 0
Solution

Forum statistics

Threads
1,215,544
Messages
6,125,444
Members
449,226
Latest member
Zimcho

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top