FACT Function Explained
The FACT
function in Microsoft Excel returns the factorial of a number. A factorial is the product of all positive integers less than or equal to a given number. For example, FACT(5)
returns 120, which is the product of 1, 2, 3, 4, and 5.
FACT Function Syntax
FACT(number)
- number: The number for which you want to calculate the factorial.