This how-to guide includes 4 operation topics for COVARIANCE.S, all available without membership, so you can choose a topic from the index and follow the steps directly.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the COVARIANCE.S function | Free |
| 2 | 2. Fill in the arguments and complete the calculation | Free |
| 3 | 3. Use cross-sheet references | Free |
| 4 | 4. Check automatic result updates | Free |
How-to Guide
1. Enter the COVARIANCE.S function
Entry point: Formulas tab → formula bar
- Open WPS Spreadsheet and go to the worksheet where you want the result.
- Select the cell that should display the result.
- Type
=to begin the formula. - Continue with
COVARIANCE.S(.
Success Criteria
- Interface result: the selected cell enters formula editing mode.
- What you can do next: function name or syntax hints appear so you can continue entering arguments.
Tips While Using
- Common mistake: if you do not start with
=, the content may be treated as plain text.
2. Fill in the arguments and complete the calculation
Entry point: current cell in formula editing mode
- Enter the first sample data range in the first argument position.
- Add the separator and enter the second sample data range.
- Check that the closing parenthesis is complete.
- Press Enter to confirm the calculation.
Success Criteria
- Interface result: the calculated result appears in the current cell.
- What you can do next: when you select the cell again, the full formula is visible in the formula bar.
Tips While Using
- Common mistake: if the two data ranges do not contain the same number of data points, the formula may return an error.
- Environment note: keep the input ranges as valid numeric data whenever possible.
3. Use cross-sheet references
Entry point: formula bar
- In the result cell, type
=COVARIANCE.S(. - Switch to the worksheet that contains the first data range and select the range.
- Return to or switch to another worksheet and select the second data range.
- Complete the closing parenthesis and press Enter.
Success Criteria
- Interface result: the formula includes worksheet references.
- What you can do next: after saving the file, the cross-sheet formula relationship remains available.
Tips While Using
- Common mistake: selecting the wrong referenced range changes the result.
- Environment note: referenced worksheets and cell ranges need to remain valid.
4. Check automatic result updates
Entry point: a cell that already contains a COVARIANCE.S result
- Find either source data range used by the formula.
- Change one of the values.
- Return to the result cell and review the updated value.
- If needed, recheck whether the referenced ranges are correct.
Success Criteria
- Interface result: the result updates when the source data changes.
- What you can do next: continue analysis based on the updated result.
Tips While Using
- Common mistake: changing an unrelated cell outside the referenced ranges does not affect the result.