Hi All
Hoping you can help with the formatting I need for this.
I have the following extract from my data sheet:
<TBODY>
</TBODY>
I have the formulas for conditional formating of column E set as such:
if blank cell no format and stop.
if cell above a value then format fill green.
if cell below a value then fill red.
if cell between values then fill amber.
And that works fine to a point.
However, if the cell in B is a 0 value then I am not interested in any formatting regardless of the value in E
formatting by formula and have tried the following.
=If(E=B=0,,E) of if(E2=B2=o,,E2)
Then copy it down the column.
But it doesnt seem to work for even one cell never mind the column.
or just had a thought and still not sure how to do it.
Conditional formatting based on only a zero figure in B?
Thanks in advance for your time.
Hoping you can help with the formatting I need for this.
I have the following extract from my data sheet:
B | C | D | E | |
2 | 62 | 75.0% | 79.0% | 100.0% |
3 | 0 | 0.0% | 0.0% | 0.0% |
4 | 20 | 75.0% | 60.0% | 0.0% |
5 | 3 | 75.0% | 100.0% | 100.0% |
6 | 57 | 75.0% | 84.2% | 100.0% |
7 | 24 | 75.0% | 62.5% | 0.0% |
8 | ||||
9 | 0 | 0.0% | 0.0% | 0.0% |
10 | 56 | 75.0% | 78.6% | 100.0% |
11 | 62 | 75.0% | 64.5% | 0.0% |
12 | 0 | 0.0% | 0.0% | 0.0% |
13 | 21 | 75.0% | 90.5% | 100.0% |
<TBODY>
</TBODY>
I have the formulas for conditional formating of column E set as such:
if blank cell no format and stop.
if cell above a value then format fill green.
if cell below a value then fill red.
if cell between values then fill amber.
And that works fine to a point.
However, if the cell in B is a 0 value then I am not interested in any formatting regardless of the value in E
formatting by formula and have tried the following.
=If(E=B=0,,E) of if(E2=B2=o,,E2)
Then copy it down the column.
But it doesnt seem to work for even one cell never mind the column.
or just had a thought and still not sure how to do it.
Conditional formatting based on only a zero figure in B?
Thanks in advance for your time.