Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

conditional formatting apparently not working as expected in google spreadsheet. did the opposite of evaluating less than or equal to

In the attached screenshot, you can clearly see that the value in the specified cell is obviously greater than the value in cell O1

and that my conditional formatting states that value is less than or equal to O1

Expected result

The fill is NOT green for O9 ( 17.32 ) which is definitely greater than O1 ( 15.80 ).

Actual result

The fill is green for O9 despite the values and the rule.

enter image description here

I have no idea why this is the case, and I have already sent a help request to Google with a screenshot 1 week ago. The issue persists.

How do I fix this?

like image 688
Kim Stacks Avatar asked Oct 16 '25 16:10

Kim Stacks


1 Answers

Either you use a custom formula in your conditional formatting.

=($O9<$O$1)*($O9<>"")

or you use less than =$O$1

Note the = is important!

like image 133
JPV Avatar answered Oct 19 '25 13:10

JPV



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!