BETADIST function

Category: Compatibility
Introduced: Excel 365

Summary

Returns the beta cumulative distribution function

Syntax

BETADIST(x,alpha,beta,[A],[B]) The BETADIST function syntax has the following arguments:
• 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.
• B Optional. An upper bound to the interval of x.

Example

=BETADIST(A2,A3,A4,A5,A6)

Microsoft Support Page

https://support.microsoft.com/en-us/office/betadist-function-49f1b9a9-a5da-470f-8077-5f1730b5fd47

Back to Functions