Syntax
| Parameter | Description |
|---|---|
| sample_s | Parameter of the HYPGEOM.DIST function. |
| num_sample | Parameter of the HYPGEOM.DIST function. |
| pop_s | Parameter of the HYPGEOM.DIST function. |
| num_pop | Parameter of the HYPGEOM.DIST function. |
| cumulative | Parameter of the HYPGEOM.DIST function. |
Examples
Drawing 2 aces from 5 cards
=HYPGEOM.DIST(2, 5, 4, 52, FALSE)
At most 1 defective in sample of 10
=HYPGEOM.DIST(1, 10, 5, 100, TRUE)
Lottery probability
=HYPGEOM.DIST(3, 6, 6, 49, FALSE)
Common Errors
All arguments must be non-negative integers. sample_s cannot exceed num_sample or pop_s, and num_sample cannot exceed num_pop.
Occurs when arguments are non-numeric.
Tips
Use HYPGEOM.DIST when sampling without replacement from a finite population. If the population is very large relative to the sample, BINOM.DIST gives a similar result and is simpler.
This is the go-to distribution for acceptance sampling in manufacturing QC — checking whether a batch meets quality standards based on a random sample.
Set cumulative=TRUE to answer 'what is the probability of finding c or fewer defective items in my sample?' — the standard question in lot acceptance testing.
Try HYPGEOM.DIST in Viztab
Import your data and use HYPGEOM.DIST with 370+ other formulas. No signup required.
Open Viztab