Use NORMINV through 4 how-to topics in WPS Sheets; choose a topic from the How-to Index and follow the entry point and steps to complete the task.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter the NORMINV function | Free |
| 2 | 2. Fill in parameters by syntax | Free |
| 3 | 3. Use cell references in the calculation | Free |
| 4 | 4. Check results and automatic recalculation | Free |
How-to Guide
1. Enter the NORMINV function
Entry point: Formulas tab → Formula bar
- Open WPS Sheets and go to the worksheet where you want to calculate a result.
- Select the cell where the result should appear.
- Type
=in the cell or formula bar. - Continue with
NORMINV(to view the function hint.
Success Criteria
- UI state: The editing area shows
=NORMINV(. - Next actions: You can continue entering parameters and complete the formula.
Tips While Using
- Common mistakes: If you do not start with
=, the content may be treated as plain text.
2. Fill in parameters by syntax
Entry point: Selected target cell → Formula bar
- After
NORMINV(, enter the required parameters. - Fill in the probability, mean, and standard deviation in order according to the function hint.
- Check that separators and parentheses are complete.
- Press Enter to confirm the formula.
Success Criteria
- UI state: The cell returns a calculation result.
- Next actions: You can select the cell again to review the full formula.
Tips While Using
- Common mistakes: Incomplete parentheses or the wrong number of parameters can cause an error.
3. Use cell references in the calculation
Entry point: Target cell → Formula bar
- Prepare the probability, mean, and standard deviation values in worksheet cells.
- In the result cell, type
=NORMINV(. - Click the corresponding data cells in order to insert cell references into the formula.
- Press Enter to finish the calculation.
Success Criteria
- UI state: The formula shows cell references.
- Next actions: You can change referenced cells and observe the result update.
Tips While Using
- Common mistakes: If referenced cells contain text-formatted values, the result may not match expectations.
4. Check results and automatic recalculation
Entry point: Worksheet cell with a completed formula
- Select the cell that contains the NORMINV result.
- Change the values in the referenced parameter cells.
- Check whether the result cell updates at the same time.
- If it does not update as expected, review the formula and reference range.
Success Criteria
- UI state: The result updates when parameters change.
- Next actions: You can copy the formula to other cells for continued use.
Tips While Using
- Common mistakes: Incorrect reference ranges can cause unexpected results.