I've tried a few ways to do it, but didn't get the outcome I wanted.
I have a field only with numbers. I just want a way to color cell/value based on:
if value >0 and <=10 color should be red
if value >10 and <=20 color should be blue
and if value is >20 color should be green
I know that this is simple for some of you, but I've searched and tried different solutions and none has helped me.
Thanks
