Calculates the probability that a random value chosen falls between two given limits.
Syntax
PROB(values; probabilities; [start]; [end])
values: A range or array of numbers. Eg., A2:A5
Examples
|
Formula |
Result |
|
=PROB(A2:A5;B2:B5;C2) |
0.2 |
|
=PROB(A2:A5;B2:B5;C3;D3) |
0.55 |
|
=PROB(A2:A5;B2:B5;C4) |
0.25 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions