Lookup of two cells to find a third value from a table

broncos347

Active Member
Joined
Feb 16, 2005
Messages
291
Office Version
  1. 365
Platform
  1. Windows
I have a risk register where I have a probability column (column K) and a likelihood column (column L), I can input a number between 1 and 5 in either of these columns.

I would then like to be able to lookup the values in these two columns on the table shown below so that I get the risk score shown in cells D3:H7. is anyone able to help?


Book1
ABCDEFGH
1LIKELIHOODVery LowLowMediumHighVery High
212345
3PROBABILITYVery High5510204080
4High448163264
5Medium336122448
6Low22481632
7Very Low1124816
Risk Weightings
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
I assume there is some kind of mathematical logic to the table shown in your post. Are you unable to use this formula to calculate the results, opposed to having to look up values in said table?
 
Upvote 0
=INDEX($D$3:$H$7,MATCH(J2,$C$3:$C$7,0),MATCH(K2,$D$2:$H$2,0))

where J2 is a prob value and K2 a likelihood value.
 
Upvote 0

Forum statistics

Threads
1,214,909
Messages
6,122,189
Members
449,072
Latest member
DW Draft

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