home.gif next.gif prev.gif



FACT

See also A-Z Spreadsheet Function List


Description Returns the factorial of a specified number.

Syntax FACT(number)

number is any non-negative integer. If you supply a real number, FACT truncates the number to an integer before calculation.

See Also PRODUCT function

Examples FACT(2.5) returns 2

         FACT(6) returns 720