Excel NEGBINOM.DIST Function

Description
The Excel NEGBINOM.DIST function returns returns the negative binomial distribution. The probability that will be a number of failures before a required number of successes is achieved.
For example, you want to find 3 qualified staff for your company, and you know the probability that the interviewees stratify the qualifications is 0.1. NEGBINOM.DIST function calculates the probability that you will interview a certain number of unqualified interviewees before finding these 3 qualified staff. .
Formula syntax
Arguments
|
Returns
The NEGBINOM.DIST function returns a numeric value.
Errors
- 1. Returns #NUM! error if any one of the below occurs:
Argument number_f is < 0;
Argument number_s is < 1;
Argument probability_s is < 0 or > 1. - 2. Returns #VALUE! error if any one of the below occurs:
Argument number_f, number_s, probability_s are not numeric values.
Argument cumulative is not a numeric value or a recognized logical value.
Versions
Excel 2010 and later versions.
Usage and Examples
In a table, it lists the number of failures in cell B3, the number of successes in cell C3, and the probability of success in cell D3, now to return the cumulative negative binomial distribution and Probability negative binomial distribution for the values of the table separately, please use formulas as:
Cumulative negative binomial distribution
=NEGBINOM.DIST(B3,C3,D3,TRUE)
Probability negative binomial distribution
=NEGBINOM.DIST(B3,C3,D3,FALSE)
Press Enter key.
Other Functions:
Excel CSC Function
The Excel CSC function returns the cosecant of an angle provided in radians.
Excel CSCH Function
The Excel CSCH function returns the hyperbolic cosecant of an angle provided in radians.
Excel Excel ISO.CEILING Function Function
The Excel ISO.CEILING function rounds up the nearest integer or the nearest multiple of significance based on the given number. .
Excel LOOKUP Function
LOOKUP function finds certain value in a one column or one row range, and return the corresponding value from another (one row or one column) range.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.