3

I have a table of percentages:

    A  |  B  |  C
-------------------
1| 12% | 22% | 42% 
-------------------
2| 52% |  2% | 82% 
-------------------
3| 72% | 32% | 92% 

Is it possible to create a colour map (like a heat map) based on the values in the cells? 0% is pure green and 100% is pure red

sop
  • 3,445
  • 8
  • 41
  • 84

1 Answers1

6

You can change the cell color according to the value with:

Format > Conditional Formatting

For more info, you can visit : Applying Conditional Formatting

Rémi
  • 525
  • 1
  • 15
  • 26