When using COVARIANCE.S in WPS Spreadsheet, common questions usually involve formula errors, result checking, and reuse across cells; this FAQ covers 3 frequent questions.
FAQ
What should I do if COVARIANCE.S returns a #VALUE! error?
- Check whether the referenced ranges contain text, extra spaces, or other non-numeric content.
- Confirm that the selected cell ranges are correct and do not include unrelated values.
- Clean the data if needed, then enter or confirm the formula again.
Why does the COVARIANCE.S result look different from what I expected?
- Check whether the two referenced ranges match each other correctly.
- Confirm that you are using the sample covariance function COVARIANCE.S instead of another statistical function.
- Review the original data format and make sure numbers are not stored as text.
How can I use COVARIANCE.S in multiple cells?
- Enter a correct COVARIANCE.S formula in the first target cell.
- Drag the fill handle or copy and paste the formula into other target cells.
- Check whether relative and absolute references are set as intended, and use
$when you need to lock references.
Glossary
| Term | Definition |
|---|---|
| COVARIANCE.S | A statistical function used to calculate the sample covariance of two data sets. |
| Covariance | A statistical value that describes how two data sets change in relation to each other. |
| Argument range | The cell range or data set used as an input in a formula. |