Hi.
I'm developing a risk management program.
I have a matrix of possible gradings, on the x axis is 'consequence' ranging from 'Insignificant' to 'Catastrophic' and on the y axis there is likelihood ranging from 'rare' to 'almost certain'.
There are 25 boxes in the matrix (5 Likelihood *5 Consequences) and I need to be able to refer to them in code in order to assign attribute changes to a risk indicator read out.
I've tried a Select Case but this construct only caters for one variable.
I need 2 variables to be considered, apart from an unruly 'if' statement does anyone know how I can test my two 'likelihood' and 'consequence' variables together?
Thanks for anything. A star will go to a good answer.
Russie
I'm developing a risk management program.
I have a matrix of possible gradings, on the x axis is 'consequence' ranging from 'Insignificant' to 'Catastrophic' and on the y axis there is likelihood ranging from 'rare' to 'almost certain'.
There are 25 boxes in the matrix (5 Likelihood *5 Consequences) and I need to be able to refer to them in code in order to assign attribute changes to a risk indicator read out.
I've tried a Select Case but this construct only caters for one variable.
I need 2 variables to be considered, apart from an unruly 'if' statement does anyone know how I can test my two 'likelihood' and 'consequence' variables together?
Thanks for anything. A star will go to a good answer.
Russie