I'm needing help with the Conditional Formatting - 3 Circle Icons.
I am trying to get it to work based off a formula. Such if cell B2 is >= cell B3 it will be the green circle in cell B2. If it's 85%-100% it will be the yellow, or less than 85% it will be red.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Store[/TD]
[TD]Actual[/TD]
[TD]Plan[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]20000[/TD]
[TD]17500[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]25000[/TD]
[TD]20000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]32000[/TD]
[TD]30000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]15000[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]19000[/TD]
[TD]20000[/TD]
[/TR]
</tbody>[/TABLE]
So in B2 ( Actual ), it would be green from store 1, green for store 2, green for store 3, red for store 4, and yellow for store 5.
I am trying to get it to work based off a formula. Such if cell B2 is >= cell B3 it will be the green circle in cell B2. If it's 85%-100% it will be the yellow, or less than 85% it will be red.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Store[/TD]
[TD]Actual[/TD]
[TD]Plan[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]20000[/TD]
[TD]17500[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]25000[/TD]
[TD]20000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]32000[/TD]
[TD]30000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]15000[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]19000[/TD]
[TD]20000[/TD]
[/TR]
</tbody>[/TABLE]
So in B2 ( Actual ), it would be green from store 1, green for store 2, green for store 3, red for store 4, and yellow for store 5.