I need to apply the following conditional formatting rules to my cells:
-
If the value is less than B10, I set the background colour to red.
-
If it’s a maximum value (‘is in top N elements’), I apply this number format: "▲ "0,00;"▲ -"0,00
-
If it’s a minimum value (‘is in bottom N elements’), I apply this number format: "▼ "0,00;"▼ -"0,00
To apply each property, I have already defined three styles based on the default style:
-
On ‘red background’, I set the background colour to red and I don’t touch anything else.
-
On ‘maximum’, I change the number format and I don’t touch anything else.
-
On ‘minimum’, I change the number format and I don’t touch anything else.
The way I’ve defined things, a cell could have a value less than B10 and, at the same time, reach a maximum or minimum value, so two conditions could be met at the same time and, therefore, two styles should be applied. I understand that if two styles modify the same property (for example, background colour), only one background colour can be applied to the same cell, but I was hoping that two styles could be applied in my particular case as they change different properties.
I’d like to ask if what I want do is achievable, without using macros or doing anything too complicated. I’ve been trying different approches and I’ve been doing some research online, but I ran out of ideas.
Any feedback would be appreciated. Thanks in advance.

