Share via


WorksheetFunction.ChiSq_Inv Method (Excel)

Returns the inverse of the left-tailed probability of the chi-squared distribution.

Version Information

Version Added: Excel 2010

Syntax

expression .ChiSq_Inv(Arg1, Arg2)

expression A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

Required

Double

Probability - A probability associated with the chi-squared distribution.

Arg2

Required

Double

Deg_freedom - The number of degrees of freedom.

Return Value

Double

Remarks

  • If any argument is nonnumeric, CHISQ_INV returns the #VALUE! error value.

  • If probability < 0 or probability > 1, CHISQ_INV returns the #NUM! error value.

  • If deg_freedom is not an integer, it is truncated.

See Also

Concepts

WorksheetFunction Object

WorksheetFunction Object Members