# NEGBINOMDIST

## Content

This function returns the negative binomial distribution.

## Syntax

`NEGBINOMDIST(x, r, p)`

## Arguments

This function has these arguments:

| Argument | Description |
| -------- | ----------- |
| *x* | [Required] An integer representing the number of failures in trials |
| *r* | [Required] An integer representing the threshold number of successes |
| *p* | [Required] Probability of success on each trial. A number between 0 and 1 |

## Examples

`NEGBINOMDIST(B1,C15,0.335)`
`NEGBINOMDIST(R1C2,R15C3,0.75)`
`NEGBINOMDIST(4,13,0.85)` gives the result 0.111399299