Hello All,
I have a drop down list box that has say 1,2,3 values
On selection
[pre]
[/pre]
The user has to select 3 option say high – red, med- yellow, low – green. Ideally I have to have a drop down box with the 3 options and the user selects the option and based on conditional formatting the color changes.
The problem that I am facing is how to have the scores(in col c) as well as the high, med, low text to mean the same thing.
Eg. In A & B column if user selects 1 i.e low, 2 i.e med, 3, i.e high. The drop down should display the text but the value in the cell should be numeric for me to get the value calculated in C column based on A & B selection. Also in the end I need to count the total number of red, green or yellow based on the column c.
Any pointers on how I should proceed would be greatly appreciated.
thanks once again
I have a drop down list box that has say 1,2,3 values
On selection
[pre]
Code:
A B c
1 3 a1*b1
3 1 a2*b2
2 1 a3*b3
The user has to select 3 option say high – red, med- yellow, low – green. Ideally I have to have a drop down box with the 3 options and the user selects the option and based on conditional formatting the color changes.
The problem that I am facing is how to have the scores(in col c) as well as the high, med, low text to mean the same thing.
Eg. In A & B column if user selects 1 i.e low, 2 i.e med, 3, i.e high. The drop down should display the text but the value in the cell should be numeric for me to get the value calculated in C column based on A & B selection. Also in the end I need to count the total number of red, green or yellow based on the column c.
Any pointers on how I should proceed would be greatly appreciated.
thanks once again