Find answers to 3 common questions about formula errors, syntax prompts, and unexpected results when using NORM.S.INV.
FAQ
Why does NORM.S.INV return an error after I enter it?
- Check whether the formula starts with
=. - Check the function name, parentheses, and separators.
- Confirm that the argument count and value type match the function requirement.
- If you use references, make sure the referenced cell contains a valid numeric value.
How do I view the NORM.S.INV syntax prompt?
- Select any editable cell.
- Type
=NORM.S.INV(. - Watch the formula area for the parameter hint.
- Continue entering the argument based on the prompt.
Why does the NORM.S.INV result look incorrect?
- Check whether the probability value is entered in the correct cell.
- Make sure the referenced cell is numeric instead of text-formatted.
- Review any cross-sheet references or nested formula logic.
- Edit the input again and confirm that the result updates accordingly.
Glossary
| Term | Definition |
|---|---|
| NORM.S.INV | A function that returns the inverse of the standard normal cumulative distribution for a given probability. |
| Syntax prompt | The on-screen parameter hint that appears while you type a function. |
| Cell reference | A worksheet address used in a formula so the result can update when source data changes. |