I want excel automatically to color cells which are below 80% and above 110%. Please note there is a formula written to get the number of the percentages =SUMIF($D$5:$D$30,$D$37,L5:L30). Thus, the formula to formatting the color should be included in the example formula above.
<colgroup><col style="width:47pt" span="6" width="62"> </colgroup><tbody>
</tbody>
desired result
<colgroup><col style="width:47pt" span="6" width="62"> </colgroup><tbody>
</tbody>
Thanks for your help and time.
105% | 110% | 90% | 86% | 70% | 40% |
93% | 100% | 100% | 130% | 80% | 60% |
82% | 82% | 90% | 65% | 57% | 17% |
<colgroup><col style="width:47pt" span="6" width="62"> </colgroup><tbody>
</tbody>
desired result
<tbody> </tbody> | |||||||||||||||||||||||||||||||||||||||||
<colgroup><col style="width:47pt" span="6" width="62"> </colgroup><tbody>
</tbody>
Thanks for your help and time.