When using CHITEST, the most common issues fall into 3 groups: input errors, help lookup, and unexpected results; this FAQ includes 3 common questions and a glossary.
FAQ
What should I do if CHITEST shows an error after I enter it?
- Check whether the formula starts with
=. - Check whether parentheses, commas, and parameter counts are complete.
- Use the syntax guidance to confirm that the parameter types are correct.
- If needed, re-enter the function and complete the parameters again.
How can I view the CHITEST function explanation?
- Select an editable cell.
- Type
=CHITEST(. - Review the syntax guidance and example shown automatically.
- Continue entering parameters while checking the format.
Why does the CHITEST result look incorrect?
- Check whether referenced numbers are stored as text.
- Check for incorrect references, blank values, or circular references.
- Confirm that cross-sheet references point to the correct range.
- Press F9 to recalculate and review the parameter range again.
Glossary
| Term | Definition |
|---|---|
| CHITEST | A statistical function in Spreadsheets used to return a chi-square test related result. |
| Syntax guidance | Parameter instructions and examples shown while entering a function. |
| Cross-sheet reference | A formula reference that points to a data range in another worksheet in the same file. |
| Nested formula | A formula structure that uses another function inside a function parameter. |