NickDenyer
Registered User.
- Local time
- Today, 12:46
- Joined
- May 2, 2012
- Messages
- 57
Hi guys,
Can anybody help me with creating something?
In a form, I have a drop-down list called Consequence, which as five levels (1, 2, 3, 4, 5) and another drop-down list called Likelihood which also has five levels (A, B, C, D, E). I then have a label called Grade and what I want is that if Consequence 1 is picked, with Likelihood 5, for example, it will produce text (YELLOW). I know how to conditional format this.
There is a table which contains the Consequence and Likelihood variables, this is called
tblRisk Grading
I have a good understanding IF statements, but not for so many variables. Can this be done?
My list of variables are as follows:
Consequence (1-5) / Likelihood (A-E) / Label (Text)
1 / A or B / YELLOW
1 / C, D, or E / GREEN
2 / A, B, or C / YELLOW
2 / D or E / GREEN
3 / A, B, C / AMBER
3 / D or E / YELLOW
4 / A or B / RED
4 / C, D, or E / AMBER
5 / A, B, C, D, E / RED
Any help would be wonderful!!!
Thanks. N
Can anybody help me with creating something?
In a form, I have a drop-down list called Consequence, which as five levels (1, 2, 3, 4, 5) and another drop-down list called Likelihood which also has five levels (A, B, C, D, E). I then have a label called Grade and what I want is that if Consequence 1 is picked, with Likelihood 5, for example, it will produce text (YELLOW). I know how to conditional format this.
There is a table which contains the Consequence and Likelihood variables, this is called
tblRisk Grading
I have a good understanding IF statements, but not for so many variables. Can this be done?
My list of variables are as follows:
Consequence (1-5) / Likelihood (A-E) / Label (Text)
1 / A or B / YELLOW
1 / C, D, or E / GREEN
2 / A, B, or C / YELLOW
2 / D or E / GREEN
3 / A, B, C / AMBER
3 / D or E / YELLOW
4 / A or B / RED
4 / C, D, or E / AMBER
5 / A, B, C, D, E / RED
Any help would be wonderful!!!
Thanks. N