PROB function

Category: Statistical
Introduced: Excel 2003

Summary

Returns the probability that values in a range are between two limits

Syntax

PROB(x_range, prob_range, [lower_limit], [upper_limit]) The PROB function syntax has the following arguments:
• X_range Required. The range of numeric values of x with which there are associated probabilities.
• Prob_range Required. A set of probabilities associated with values in x_range.
• Lower_limit Optional. The lower bound on the value for which you want a probability.
• Upper_limit Optional. The optional upper bound on the value for which you want a probability.

Example

=PROB(A3:A6,B3:B6,2)
=PROB(A3:A6,B3:B6,1,3)

Microsoft Support Page

https://support.microsoft.com/en-us/office/prob-function-9ac30561-c81c-4259-8253-34f0a238fc49

Back to Functions