Skip to Content

BETADIST

Returns the beta cumulative distribution function. This function has been replaced with BETA.DIST in Excel 2010.

Syntax

BETADIST(x, alpha, beta, [A], [B])

Parameters

  • x: Required. The value between A and B at which to evaluate the function
  • alpha: Required. A parameter of the distribution
  • beta: Required. A parameter of the distribution
  • A: Optional. A lower bound to the interval of x (default 0)
  • B: Optional. An upper bound to the interval of x (default 1)

Example

=BETADIST(0.4, 4, 5)
Returns: NumberSince: Excel 2003