==WEIBULL.DIST(x,a,b)
=WEIBULL.DIST(A2,A3,A4,TRUE)
Using the WEIBULL.DIST function, you can calculate the Weibull cumulative distribution function for a set of terms. This example calculates the Weibull cumulative distribution function for the terms in column A, column B, and column C.
=WEIBULL.DIST(A2,A3,A4,FALSE)
You can also calculate the Weibull probability density function for a set of terms using the WEIBULL.DIST function. This example calculates the Weibull probability density function for the terms in column A, column B, and column C.
The WEIBULL.DIST function calculates the Weibull distribution, which is commonly used in reliability analysis.