Forum Discussion
Anonymous
2 years agoNot applicable
Conditional formatting not working
Hi everyone, I am trying to apply conditional formatting on my column. if my value is more than 15%, it should be red, if less than 15% then it shld be green. However, there is somethin wrong with it...
- 2 years ago
Hello Anonymous ,
refer to this, in your case you put 0.15
- 2 years ago
Anonymous ,
use this and make sure so that all of them are number not percent and where there is max and min to acheive it is just clear the number in the box
Idrissshatila
2 years agoSuper User
Anonymous , can you show me your conditional formatting
Anonymous
2 years agoNot applicable
Idrissshatila Sorry I cant upload pictures on here but it goes
if value > 0.15 [Number] and < 0.3 [Number] then "green"
if value >= 0 [Percent] and < 15 [Percent] then "red"
- Idrissshatila2 years agoSuper User
Anonymous ,
use this and make sure so that all of them are number not percent and where there is max and min to acheive it is just clear the number in the box
- Anonymous2 years agoNot applicable
Ahh thank you so much!