From a table

timspin

Board Regular
Joined
Nov 18, 2002
Messages
231
HI all,
Weekly Report1.xls
HIJKLMNOPQRSTUV
16
17
18
19TableRisks
20IMPACT
21IPProbabilityLowMedHigh
22LowLowLowMedium
23MedLowMediumHigh
24HighMediumHighHigh
25
26
27
28
29
30
Front Sheet


id like for the cell o22 to o25 to populate depending on the cells M22:M25 and N22:25 - matching with the table to the right. You choose via data validation : list - either High - Med - Low for Impacts (I) and Probability(P).
Example : I is Med and P is High so therefore risk is High

Please help!
Cheers
Tim
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Hi, timspin,
try this
=INDEX($T$22:$V$24,MATCH($M22,$T$21:$V$21,0),MATCH($N22,$S$22:$S$24,0))
kind regards,
Erik
 
Upvote 0

Forum statistics

Threads
1,219,162
Messages
6,146,659
Members
450,706
Latest member
LGVBPP

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