This function calculates a number’s factorial. A number’s factorial is equal to 12*…* number. For instance, the factorial of 4 is 1 x2x3x4 = 24.
Syntax:
=FACT (number)
Parameter list:
number – the number for which the factorial is to be calculated.
For Example :
=FACT(4) Factorial of four, or 12*3*4 equals 24.
=FACT(2.9) The number 2.9 has a factorial of 2.
Ask Your Query