For a given number of elements, this function returns the number of possible combinations.
Syntax:
=COMBIN(number, number_chosen)
Parameter list:
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.
Ask Your Query