COMBIN

COMBIN

Synopsis

COMBIN(n,k)

Description

COMBIN computes the number of combinations.

  • Performing this function on a non-integer or a negative number returns #NUM! error.
  • If n is less than k COMBIN returns #NUM! error.
  • This function is Excel compatible.

Examples

COMBIN(8,6) equals 28.

COMBIN(6,2) equals 15.

See also