Imagine I have a cell that I want to be red if the value is 2000, yellow if it is +-200 and red if it is +-500. Excel doesn't seem to want to let me have a good center value, with any value that is too high or too low being bad values.
The closest I can get is a 3 color gradient where it is red/green/red, with no yellow intermediate coloring. I attempted to use a formula based on absolute value, where I set the minimum color to green with a formula of abs(a1-2000)=0, yellow midpoint of abs(a1-2000)=200 and red maximum of abs(a1-2000)=500 but Excel won't allow me to use relative references in formulas for color scale formatting.
Anyone have any ideas?
Edit: I should clarify that I'm using Excel 2007