When using the PROB function, the most common questions fall into 3 areas: input errors, syntax guidance, and unexpected results.
FAQ
What should I do if the PROB function returns an error?
- Check whether the formula starts with
=. - Check whether the parentheses are complete and the separators are correct.
- Confirm that the value range and probability range match and that the data types are valid.
How can I view the argument guidance for the PROB function?
- Type
=PROB(in a cell or in the formula bar. - Review the syntax guidance that appears automatically.
- Enter the arguments in the displayed order and complete the formula.
Why does the PROB result look incorrect?
- Check whether referenced cells contain text-formatted numbers.
- Check for circular references or incorrect lower and upper limits.
- After editing the data, confirm the formula again and recalculate if needed.
Glossary
| Term | Definition |
|---|---|
| PROB | A probability function used to calculate the probability of a value or a range in a given distribution. |
| x_range | The range of values used in the probability calculation. |
| prob_range | The range of probabilities matched to the values in x_range. |
| lower_limit | The lower bound used in the probability calculation. |
| upper_limit | The upper bound used in the probability calculation; when omitted, the calculation usually returns the probability equal to the lower limit. |