PERMUT(n,k)
PERMUT function returns the number of permutations. n is the number of objects, k is the number of objects in each permutation.
PERMUT(7,3) equals 210.
COMBIN.