EXCEL HYPGEOMDIST FUNCTION

The Excel Hypgeomdist function returns the hypergeometric distribution value for a specific number of successes from a population sample.

Syntax :

=HYPGEOMDIST( sample_snumber_sample,
population_snumber_pop )

Parameters :

The following parameters are :

  • Sample s – The sample’s number of successes.

 

  • Number sample – The sample’s dimension.

 

  • Population s – The population’s number of successes.

 

  • Number population – The population size.

Step By Step Guide of HYPGEOMDIST Function

Example :

Assume you have a bag with four red balls and eight blue balls in it. The Excel Hypgeomdist function can compute the likelihood that you chose precisely n red balls if you remove 4 balls from the bag.

  • #NUM! -Happens if either: The given sample s is 0 or > number sample; the supplied sample s > population s; the supplied sample s > (number sample – number pop + population s); the supplied number sample is 0 or > number pop; the supplied number pop is 0.
  • #VALUE! – This error occurs if any of the supplied parameters is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now