Syntax
| Parameter | Description |
|---|---|
| actual_range | Parameter of the CHITEST function. |
| expected_range | Parameter of the CHITEST function. |
Examples
Gender and preference test
=CHITEST(A2:B3, D2:E3)
Goodness-of-fit for traffic
=CHITEST(A2:A8, B2:B8)
Marketing channel effectiveness
=CHITEST(C2:E3, G2:I3)
Common Errors
Actual and expected ranges must have identical dimensions.
Expected values must all be positive.
Tips
CHITEST is the compatibility version. CHISQ.TEST is the modern replacement with identical behavior.
CHITEST works with both single-row/column ranges (goodness-of-fit) and multi-row/column ranges (test of independence). The function handles both automatically.
Pass raw frequency counts, not percentages or proportions. The test requires actual counts to compute the chi-squared statistic correctly.
Try CHITEST in Viztab
Import your data and use CHITEST with 370+ other formulas. No signup required.
Open Viztab