I've three conditions:
1. cell value <50 (then color the cell as red)
2. cell value <=79 (then color the cell as yellow)
3. cell value >=80 (then color the cell as blue)
the problem is that there is no colouring in cells that have the value 79 & 80.
What is that I'm doing wrong here?![]()
Bookmarks