=FACT(number)
=FACT(5)
The FACT() function in Sourcetable is used to calculate the factorial of an integer. For example, the factorial of 5 is 120, which can be calculated in Sourcetable using the formula, which returns the result 120.
=FACT(1.9)
The FACT function can also be used to calculate the factorial of a decimal number. For example, the factorial of 1.9 is 1, which can be calculated in Sourcetable using the formula, which returns the result 1.
=FACT(-2)
The FACT function does not accept negative numbers, and will return an #NUM! error when used on a negative number. For example, the preceding formula will return an #NUM! error.
The FACT function is used to calculate the factorial of a given number. It is a powerful tool to quickly solve complex mathematical calculations.
=FACT(x)
, where x
is the number you want to calculate the factorial of. For example, =FACT(5)
would return 120.