Note that there are some explanatory texts on larger screens.

plurals
  1. POHow i can color sort cells in excel 2003?
    primarykey
    data
    text
    <p>I want input in six cells(Stores in real life) at every row background colors sort form higher as green color to lower as red color.</p> <p>In excel 2010 is like the photo but in 2003 version is not working... How i can do this in excel 2003 ? Photo <a href="http://img32.imageshack.us/img32/4909/srv20130328113621.png" rel="nofollow">http://img32.imageshack.us/img32/4909/srv20130328113621.png</a></p> <p>In excel 2010 i use this code and work perfect</p> <pre><code>If Application.Version &gt;= "12.0" Then For counter = 3 To 103 Range("I" &amp; counter &amp; ",K" &amp; counter &amp; ",M" &amp; counter &amp; ",O" &amp; counter &amp; ",Q" &amp; counter &amp; ",S" &amp; counter).Select Selection.FormatConditions.AddColorScale ColorScaleType:=3 Selection.FormatConditions(Selection.FormatConditions.Count).SetFirstPriority Selection.FormatConditions(1).ColorScaleCriteria(1).Type = _ xlConditionValueLowestValue With Selection.FormatConditions(1).ColorScaleCriteria(1).FormatColor .Color = 7039480 End If End With Selection.FormatConditions(1).ColorScaleCriteria(2).Type = _ xlConditionValuePercentile Selection.FormatConditions(1).ColorScaleCriteria(2).Value = 50 With Selection.FormatConditions(1).ColorScaleCriteria(2).FormatColor .Color = 8711167 End If End With Selection.FormatConditions(1).ColorScaleCriteria(3).Type = _ xlConditionValueHighestValue With Selection.FormatConditions(1).ColorScaleCriteria(3).FormatColor .Color = 8109667 End If End With Next counter Else End If </code></pre> <p>Sorry for my bad English.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload