Forum Discussion
Conditional formatting problem
Hi,
i have a problem and maybe someone can help me here..
I did a conditional formatting for my worksheets, the rule is =AND($E3<200000;$E3>0,39) for a fat and underlined format. Now in $E3 is a rule: =IF(D3="-";"-";IF(D3*6,85>5;"> 5,00";ROUND(D3*6,85;2))) and if the value is over 0,73, it shows "> 5,00" like the rule was set. The problem is, that this isnt fat and underlined like set in the first rule with the Cconditional formatting.. Can anyone help me here?
The "> 5,00" should be fat and underlined..
Thanks in advance.
You have text in column E (">5"), not number. In Excel any text is "more" than any number, thus formula in conditional formatting rule returns FALSE for any text.
As variant you may change on formula like this
or expand it replacing "<" if any as well
7 Replies
- SergeiBaklanDiamond Contributor
And what is the problem?
- EberleinHECopper Contributor@Sergej Baklan, thanks for the response. The "> 5,00" should be fat and underlined..
Its not formatted- like you see in the screenshot. Any ideas?- SergeiBaklanDiamond Contributor