FormatConditions.AddAboveAverage Method

Definition

Returns a new AboveAverage object representing a conditional formatting rule for the specified range.

public:
 System::Object ^ AddAboveAverage();
public object AddAboveAverage ();
Public Function AddAboveAverage () As Object

Returns

AboveAverage object

Remarks

The AboveAverage object is used to find values above or below an average or standard deviation in a range of cells. For example, you can find the above average performers in an annual performance review or you can locate manufactured materials that fall below two standard deviations in a quality rating.

Applies to