Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My problem :
I have 2 cells: One cell is named "Severity" (allowed inputs are L, M, H) The second cell is named "Probability" (allowed inputs are also L, M, H) I want the third cell (named "Risk") to contain the result of "Severity" and "Probability", which is retrieved from the 'Riskmatrix' Example of the matrix (the name of this matrix is "Riskmatrix") L M H (Row severity= first row) H x y z M x1 y1 z1 L x2 y2 z2 Column Probability (= first column) Example : Severity = M Probability = L = Value of Risk cell should be y2 What formula should i put in the Risk cell? Thanxxxxx, Luc |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
=INDEX(Riskmatrix,MATCH(Probability,INDEX(Riskmatr ix,0,1),0),MATCH(Severi ty,INDEX(Riskmatrix,1,0),0)) Hope this helps! In article , "Luc" wrote: My problem : I have 2 cells: One cell is named "Severity" (allowed inputs are L, M, H) The second cell is named "Probability" (allowed inputs are also L, M, H) I want the third cell (named "Risk") to contain the result of "Severity" and "Probability", which is retrieved from the 'Riskmatrix' Example of the matrix (the name of this matrix is "Riskmatrix") L M H (Row severity= first row) H x y z M x1 y1 z1 L x2 y2 z2 Column Probability (= first column) Example : Severity = M Probability = L = Value of Risk cell should be y2 What formula should i put in the Risk cell? Thanxxxxx, Luc |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanxx, it did the job !!
"Domenic" wrote in message ... Try... =INDEX(Riskmatrix,MATCH(Probability,INDEX(Riskmatr ix,0,1),0),MATCH(Severi ty,INDEX(Riskmatrix,1,0),0)) Hope this helps! In article , "Luc" wrote: My problem : I have 2 cells: One cell is named "Severity" (allowed inputs are L, M, H) The second cell is named "Probability" (allowed inputs are also L, M, H) I want the third cell (named "Risk") to contain the result of "Severity" and "Probability", which is retrieved from the 'Riskmatrix' Example of the matrix (the name of this matrix is "Riskmatrix") L M H (Row severity= first row) H x y z M x1 y1 z1 L x2 y2 z2 Column Probability (= first column) Example : Severity = M Probability = L = Value of Risk cell should be y2 What formula should i put in the Risk cell? Thanxxxxx, Luc |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookup a Vlookup | Excel Worksheet Functions | |||
VLOOKUP Problem | Excel Discussion (Misc queries) | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions |