Color cells by absolute value in a range in Excel 2010 -


i'm looking color table of values in excel 2010 absolute value. basically, if have table:

enter image description here

...the cells colored cell's raw value. color cell's absolute value, cell coloring of table:

enter image description here

...but values of first table (the real values). ideas on how 1 might this? through gui or vba?

i don't think there way 3 colors (red, yellow, green), can 2 colors (for example yellow , green). make color low value , color high value same. way, cells lower absolute value have middle color , cells higher absolute value have other color.

  • select data
  • conditional formatting
  • color scale
  • more rules
  • select "3-point scale" under format style
  • change colors maximum , minimum colors same

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -