Hi all,
I'm trying to create a conditional formatting in a column that will look to the value in the previous column to apply the traffic lights icons: green, yellow, and red.
The idea is, if value equals or higher than reference value then green, if greater than 75% of that value then yellow, otherwise red.
However, icon sets don't allow the usage of relative reference, it has to be an absolute value. The "easy" option would be to create a different rule for each cell, but that would take forever.
I'm trying to use OFFSET as a way to trick Excel, but for some reason it doesn't work...
As an example, please consider the following example:
In the conditional formating, I'm using the formula "=OFFSET($C$3,ROW()-3,0,1,1)" for the "green" and "=OFFSET($C$3,ROW()-3,0,1,1)*0.75" for yellow, with the results observed in the picture.
As you can see, cell D5 should be green!
Hope someone can find the problem, or suggest another way to make this conditional formatting work!
Many thanks to all for the help!
Regards
I'm trying to create a conditional formatting in a column that will look to the value in the previous column to apply the traffic lights icons: green, yellow, and red.
The idea is, if value equals or higher than reference value then green, if greater than 75% of that value then yellow, otherwise red.
However, icon sets don't allow the usage of relative reference, it has to be an absolute value. The "easy" option would be to create a different rule for each cell, but that would take forever.
I'm trying to use OFFSET as a way to trick Excel, but for some reason it doesn't work...
As an example, please consider the following example:
In the conditional formating, I'm using the formula "=OFFSET($C$3,ROW()-3,0,1,1)" for the "green" and "=OFFSET($C$3,ROW()-3,0,1,1)*0.75" for yellow, with the results observed in the picture.
As you can see, cell D5 should be green!
Hope someone can find the problem, or suggest another way to make this conditional formatting work!
Many thanks to all for the help!
Regards