Hello,
I have a table similar to the one below. The bold numbers are the maximum scores for a column.
<tbody>
</tbody>
I would like to create a conditional formatting rule that would colour the cells in column B:
I used B as an example, but I would like to do this for all columns.
Is it possible to create this in one rule? If so could someone please link me to an appropriate learning resource? I am having no luck searching.
Thank you.
<colgroup><col style="width:48pt" span="7" width="64"> </colgroup><tbody>
</tbody>
I have a table similar to the one below. The bold numbers are the maximum scores for a column.
Person | 5 | 4 | 6 | 4 | 3 | 6 |
A | 4 | 6 | 2 | 5 | 2 | 2 |
B | 1 | 5 | 5 | 4 | 1 | 1 |
C | 3 | 1 | 6 | 2 | 6 | 3 |
D | 6 | 3 | 6 | 5 | 2 | 1 |
<tbody>
</tbody>
I would like to create a conditional formatting rule that would colour the cells in column B:
- red if the value is < b1/3
- yellow if the value is >= b1/3 but <= 2*b1/3
- green if the value is < 2*b1/3
- blue if the value is > b1 (to signify an error)
I used B as an example, but I would like to do this for all columns.
Is it possible to create this in one rule? If so could someone please link me to an appropriate learning resource? I am having no luck searching.
Thank you.
<colgroup><col style="width:48pt" span="7" width="64"> </colgroup><tbody>
</tbody>