EXCEL COMBIN FUNCTION

For a given number of elements, this function returns the number of possible combinations.

Syntax:

=COMBIN(number, number_chosen)

Parameter list:

  • number – the total number of items in the group.
  • The number of elements in each combination is determined by number_chosen.

Step By Step Guide of COMBIN Function

For example, if we use =COMBIN( 6, 2 ), we will receive 15 as the result because there are 15 possible combinations. There are 15 distinct combinations of two things for every six objects (e.g. a, b, c, d, e, f). These are: ab, ac, ad, ae, af, bc, bc, be, bf, cd, ce, cf, de, df, ef.

  • COMBIN returns the #VALUE! error value if any of the arguments Number or Number chosen is nonnumeric.
  • If num < 0 or num_chosen < 0 or num< num_chosen COMBIN returns the #NUM! error value.

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