PROB

probability that values fall within limits · from excel · excel: not yet compared · sheets: not yet compared

signature

PROB(x_range, prob_range, lower_limit, [upper_limit])

returns: number

argumentrequired
x_range required
prob_range required
lower_limit required
upper_limit optional

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

PQ
1 10.1
2 20.2
3 30.3
4 40.4
fx =PROB(P1:P4, Q1:Q4, 2, 3) 0.5

errors

error values observed from the engine — each with a call that produces it.

errorproduced by
#NUM! =PROB(A1:A3, A1:A3, 2)

related

  • AVEDEV average of absolute deviations from the mean
  • AVERAGE.WEIGHTED average of values weighted by a second range
  • AVERAGEA averages values including text and logicals
  • AVERAGEIF averages cells that match a condition
  • AVERAGEIFS averages cells matching multiple conditions
  • BETA.DIST beta distribution