FACT function
Summary
Returns the factorial of a number
Syntax
FACT(number)
The FACT function syntax has the following arguments:
• Number Required. The nonnegative number for which you want the factorial. If number is not an integer, it is truncated.
• Number Required. The nonnegative number for which you want the factorial. If number is not an integer, it is truncated.
Example
=FACT(5)
=FACT(1.9)
=FACT(0)
=FACT(-1)
=FACT(1)
=FACT(1.9)
=FACT(0)
=FACT(-1)
=FACT(1)