This how-to guide includes 4 topics, all available without membership; choose a topic from the index and follow the steps to complete the task.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the MINVERSE function | Free |
| 2 | 2. Fill in parameters with syntax prompts | Free |
| 3 | 3. Use cross-worksheet references and nested formulas | Free |
| 4 | 4. Check recalculated results | Free |
How-to Guide
1. Enter the MINVERSE function
Entry point: Formulas tab → formula bar
- Open WPS Spreadsheets.
- Select the cell where you want the result to appear.
- Type
=in the formula bar or directly in the cell. - Continue by typing
MINVERSE(.
Success Criteria
- Interface result: The cell enters formula editing mode.
- What you can do next: You can continue entering parameters, and the function name is visible.
Tips While Using
- Common mistake: If you do not start with
=, the content may be treated as plain text.- Environment note: Make sure the worksheet is editable.
2. Fill in parameters with syntax prompts
Entry point: function input area in the formula bar
- After typing
MINVERSE(, review the syntax prompt that appears automatically. - Confirm the parameter requirements shown in the prompt.
- Enter the correct matrix range or parameter content.
- Press Enter to confirm the calculation.
Success Criteria
- Interface result: The cell shows the calculated result or array result.
- What you can do next: You can revise the parameters and calculate again.
Tips While Using
- Common mistake: Unmatched parentheses, incorrect separators, or an invalid parameter range can cause an error.
3. Use cross-worksheet references and nested formulas
Entry point: formula bar
- Enter the MINVERSE formula in the target cell.
- Switch worksheets to select the matrix range you want to reference.
- Combine MINVERSE with other formulas when needed.
- Confirm the formula and review the returned result.
Success Criteria
- Interface result: The formula includes a cross-worksheet reference or a nested structure.
- What you can do next: You can save the worksheet and continue editing or recalculating later.
Tips While Using
- Common mistake: If the referenced range changes, review the formula structure again to avoid incorrect results.
4. Check recalculated results
Entry point: result area in the completed worksheet
- Change the source data in the matrix referenced by MINVERSE.
- Check whether the result cell updates with the data change.
- If the result does not update immediately, trigger recalculation manually and check again.
- Confirm that the result matches the current data.
Success Criteria
- Interface result: The result updates when the source data changes.
- What you can do next: You can continue editing the source data and repeat the check.
Tips While Using
- Common mistake: Text-formatted numbers or circular references in referenced cells can affect result accuracy.