Excel like a finance pro.
← The libraryPractice · 2 questions →
Compatibility function
WEIBULL
Returns the Weibull distribution; replaced by WEIBULL.DIST.
Rarely usedDifficulty 1500 · AdvancedUsage rank #475 of 520
When to use it
The Weibull distribution. Replaced by WEIBULL.DIST.
The shape of it
- Syntax
=WEIBULL(x, alpha, beta, cumulative)
Worked examples
Cumulative
=WEIBULL(105,20,100,TRUE) → 0.929581
Cumulative failure probability by 105.
Density
=WEIBULL(105,20,100,FALSE) → 0.035589
Density.
Exponential case
=WEIBULL(1,1,1,TRUE) → 0.632120559
Shape 1 is exponential.
Worth knowing
- WEIBULL.DIST is identical.
- Shape alpha then scale beta.
- Reliability is 1 minus the cumulative value.
Where it goes wrong
- #NUM! for negative x or non-positive parameters.
- Flagged by the Compatibility Checker.
Related
Learn the moves here — or let Wauvel run them on your numbers.
Meet your AI CFO →One CFO-grade Excel tip a week
A short, practical email for finance operators — functions, shortcuts, and the moves that save an afternoon. Free, unsubscribe anytime.