Hi!
I have got stuct in my try to get a cell to change color when I have three cells that is a part of the condition for changing.
I have tryed some conditionall formating and I have try to write a function but do only get it to work half on half. The problem is as follow.
I have columns A,B and C. They can have values of 1 to 10. in column D i have the result. D=A*B*C.
Depending on the result in D and what number A have I want to change the color on the D cell to red or green and have the result showing.
Case 1. If A is 1-5 and D is below 100 then D should be green, above 100 it is red.
Case 2. If A is 6-8 and D is below 50 then D should be green, above 80 it is red.
Case 3. If A is 9-10 and D is below 10 then D should be green, above 10 it is red.
Do anyone have a ide how I should build this function?
/Tommy
I have got stuct in my try to get a cell to change color when I have three cells that is a part of the condition for changing.
I have tryed some conditionall formating and I have try to write a function but do only get it to work half on half. The problem is as follow.
I have columns A,B and C. They can have values of 1 to 10. in column D i have the result. D=A*B*C.
Depending on the result in D and what number A have I want to change the color on the D cell to red or green and have the result showing.
Case 1. If A is 1-5 and D is below 100 then D should be green, above 100 it is red.
Case 2. If A is 6-8 and D is below 50 then D should be green, above 80 it is red.
Case 3. If A is 9-10 and D is below 10 then D should be green, above 10 it is red.
Do anyone have a ide how I should build this function?
/Tommy