This FAQ focuses on 3 common question types about COVARIANCE.S, including formula entry, argument ranges, and result checks, with a glossary for key terms.
FAQ
What should I do if COVARIANCE.S returns an error after I enter it?
- Check whether the formula starts with
=. - Check the function spelling, parentheses, and separators.
- Confirm that both argument ranges contain values that can be used in the calculation.
- If the two ranges contain different numbers of data points, adjust them and calculate again.
Why does the result look different from what I expected?
- Check whether the referenced ranges include the wrong cells.
- Confirm that you are using the sample covariance function COVARIANCE.S instead of another statistical function.
- Check whether the data includes text-formatted numbers or unusual values.
- After editing the data, review whether the result updates accordingly.
Can I use COVARIANCE.S together with other formulas?
- Yes. You can first complete the COVARIANCE.S calculation in a cell.
- Then use that result inside other statistical, logical, or display formulas.
- For more complex analysis, you can organize data sources with cross-sheet references.
- After that, check whether the full formula chain points to the correct cells.
Glossary
| Term | Definition |
|---|---|
| COVARIANCE.S | A statistical function used to calculate the covariance of sample data sets. |
| Sample covariance | A statistical value that describes whether two sample data sets tend to change together. |
| Argument range | A cell range passed into a function for calculation. |
| Cross-sheet reference | A formula reference that points to cells or ranges in another worksheet. |