The Excel BETA.DIST function returns the beta probability distribution — a flexible distribution bounded between two limits, widely used to model proportions, percentages, and probabilities.
Syntax
| Argument | Description | |
|---|---|---|
x | Required | The value at which to evaluate the distribution, within [A, B]. |
alpha | Required | First shape parameter (α > 0). |
beta | Required | Second shape parameter (β > 0). |
cumulative | Required | TRUE for the cumulative distribution (CDF); FALSE for the probability density (PDF). |
A | Optional | Lower bound of x. Default 0. |
B | Optional | Upper bound of x. Default 1. |
How to use it
BETA.DIST evaluates the beta distribution at x, shaped by alpha and beta. Set cumulative to TRUE for the probability of being at or below x, or FALSE for the density height at x.
The optional A and B rescale the distribution from its natural [0, 1] range to any interval — handy when your variable runs between two real-world limits rather than 0 and 1.
Modern vs legacy: BETA.DIST (Excel 2010+) replaces the older BETADIST. The new version adds the cumulative switch so you can get the density too, not just the cumulative probability.
Try it: interactive demo
Pick a BETA.DIST example to see the formula and its result.
Practice workbook
Frequently asked questions
What is the difference between cumulative TRUE and FALSE?
x. FALSE returns the probability density (the height of the curve) at x.What do A and B do?
How is BETA.DIST different from BETADIST?
cumulative argument so it can return the density as well as the cumulative probability. BETADIST only returns the cumulative value.How do I reverse BETA.DIST to find x for a given probability?
BETA.INV, the inverse function: give it a probability between 0 and 1 and it returns the matching x.Master functions like this in one day
This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.
See the Formulas & Functions Class