A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Faraz,
I'm not sure if there's some kind of colour (or other) precedence...
Consider another example, just using cell B2, and with these CF formulas & formats:
- =B2>67 blue fill, black font Stop if True
- =B2>33 yellow fill, white font Stop if True
- =B2>0 black continuous line border, black font
Now enter 68 in cell B2 and I see blue fill, black font, no border.
Now remove the Stop if True from rule 1 and I see blue fill, white font, no border.
Now remove Stop if True from rule 2 and I see blue fill, white font, and black continuous line cell border.
*** EDIT ***
Actually, checking with the CF Help page, showed as I guessed:
What happens when more than one conditional formatting rule evaluates to true
For a range of cells, you can have more than one conditional formatting rule that evaluates to true. Either the rules don't conflict or they conflict:
When rules don't conflict For example, if one rule formats a cell with a bold font and another rule formats the same cell with a red color, the cell is formatted with both a bold font and a red color. Because there is no conflict between the two formats, both rules are applied.
When rules conflict For example, one rule sets a cell font color to red and another rule sets a cell font color to green. Because the two rules are in conflict, only one can apply. The rule that is applied is the one that is higher in precedence.
___________
Regards, Tom