Forum Discussion

EberleinHE's avatar
EberleinHE
Copper Contributor
Nov 18, 2021
Solved

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...
  • SergeiBaklan's avatar
    SergeiBaklan
    Nov 18, 2021

    EberleinHE 

    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