PERMUTATIONA(x,y)
x: total number of objects
y: number of selected objects
If both x and y equal 0, PERMUTATIONA returns 1. If x < 0 or y < 0, PERMUTATIONA returns #NUM! If x or y are not integers, they are truncated
This function is OpenFormula compatible.