FACT
Returns the factorial of a number.
Math & TrigonometryMath Basics
What it does
Returns the factorial of a number (1*2*3...*number).
Syntax
FACT(number)
Arguments
number(number) β Non-negative number.
Examples
Factorial
Calculate 5!.
FORMULA
=FACT(5)
RESULT
120
SAMPLE DATA
| A | |
|---|---|
| 1 | Number |
| 2 | 5 |