WorksheetFunction.Quartile_Exc(Object, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the quartile of the data set, based on percentile values from 0..1, exclusive.
public:
double Quartile_Exc(System::Object ^ Arg1, double Arg2);
public double Quartile_Exc (object Arg1, double Arg2);
Public Function Quartile_Exc (Arg1 As Object, Arg2 As Double) As Double
Parameters
- Arg1
- Object
Array - The array or cell range of numeric values for which you want the quartile value.
- Arg2
- Double
Quart - The value to return.
Returns
Remarks
If array is empty, Quartile_Exc returns the #NUM! error value.
If quart is not an integer, it is truncated.
If quart ≤ 0 or if quart ≥ 4, Quartile_Exc returns the #NUM! error value.
Min(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object), Median(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object), and Max(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) return the same value as Quartile_Exc when quart is equal to 0 (zero), 2, and 4, respectively.