Fact(Value)
Value. The non-negative number you want the factorial of.
NOTE. To determine the parameter, specify either the number or the address of the cell where it is located.
It returns the factorial of the specified number.
If the number specified in the parameter is not an integer, it is truncated.
| Formula | Result | Description |
| =Fact(5) | 120 | The factorial of the 5 number. |
| =Fact(B6) | 2 | The factorial of the number from the B6 cell. The B6 cell contains the 1.5 number. |
See also: