Forum Discussion
daan krabbendam
May 15, 2017Copper Contributor
Conditional formatting formula
Dear community, I'm struggling with setting up a formula within conditional formatting. I tried setting up a new rule but to no avail. The task is to set up a rule that highlights the data in c...
SergeiBaklan
May 15, 2017Diamond Contributor
Hi Daan,
For conditional formatting use the rule
=($C3<=0.8*$C$11)
and apply it to
$B$3:$B$10
- daan krabbendamMay 15, 2017Copper Contributor
Hi Sergei,
Thanks for your reply.
Upon entering the formula below I receive the following error:=($C3<=0.8*$C$11)
- Yury TokarevMay 15, 2017Iron Contributor
You can also omit brackets in this instance: =$C3<=$C$11*0.8
- SergeiBaklanMay 16, 2017Diamond Contributor
That's more about "coding standard"...
- daan krabbendamMay 15, 2017Copper ContributorGot it :) , instead of .
Thanks a lot for your help!