WorksheetFunction.Quartile_Exc Method (Excel)

Returns the quartile of the data set, based on percentile values from 0..1, exclusive.

Version Information

추가된 버전: Excel 2010

Syntax

.Quartile_Exc(Arg1, Arg2)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Variant

Array - The array or cell range of numeric values for which you want the quartile value.

Arg2

필수

Double

Quart - The value to return.

Return Value

Double

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, MEDIAN, and MAX return the same value as QUARTILE_EXC when quart is equal to 0 (zero), 2, and 4, respectively.

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members