This FAQ covers 3 common questions about formula errors, argument understanding, and result checking, plus a glossary of key terms.
FAQ
What should I do if the PEARSON function shows an error?
- Check whether the formula starts with
=. - Check whether the parentheses are paired correctly and whether the separator is correct.
- Review the function prompt to confirm the argument count and reference ranges.
- If needed, select the two data ranges again and confirm the formula.
How can I view guidance for the PEARSON function?
- Select the target cell and type
=PEARSON(. - Review the syntax prompt that appears automatically.
- Use the prompt to confirm the argument requirements and input order.
- Press Enter after the formula is complete.
Why does the PEARSON result look incorrect?
- Check whether the referenced cells contain numbers stored as text or unexpected blank values.
- Confirm that the two data ranges match each other correctly and are not offset.
- After editing data, check whether the result updates and recalculate again if needed.
- If the formula is long, review the full expression in the formula bar.
Glossary
| Term | Definition |
|---|---|
| PEARSON | A statistical function used to calculate the Pearson correlation coefficient between two data sets. |
| Syntax prompt | The on-screen guidance shown while entering a function to help confirm argument format and order. |
| Cross-sheet reference | A way to reference cells or ranges from another worksheet in the current formula. |
| Nested calculation | A formula structure that combines multiple functions in one expression for more complex calculations. |