Spread Formula Reference
CHISQ.DIST.RT
Formula Functions > Functions A to C > CHISQ.DIST.RT

This function calculates the right-tailed probability of the chi-squared distribution.

Syntax

CHISQ.DIST.RT(value,deg)

Arguments

This function has these arguments:

Argument Description
value Value at which to evaluate the function
deg Number of degrees of freedom; if not an integer, the number is truncated

Remarks

The #VALUE! error value is returned if either argument is nonnumeric.

Data Types

Accepts numeric data for both arguments. Returns numeric data.

Examples

CHISQ.DIST.RT(B5,D7)

CHISQ.DIST.RT(R5C2,R7C4)

CHISQ.DIST.RT(6.7,4) gives the result 0.15261694033867584

Version Available

This function is available in Spread for Windows Forms 11.0 or later.

See Also

CHISQ.DIST