Math and Trignometric - FACT Function



Description

The FACT function returns the factorial of a number. The factorial of a number is equal to 1*2*3*...* number.

Syntax

FACT (number)

Arguments

Argument Description Required/Optional
Number The nonnegative number for which you want the factorial. If number is not an integer, it is truncated. Required

Notes

  • If the specified number is < 0, FACT returns #NUM! error.

  • If the specified number is non-numeric, FACT returns #VALUE! Error.

Applicability

Excel 2007, Excel 2010, Excel 2013, Excel 2016

Example

FACT Function
advanced_excel_math_trigonometric_functions.htm
Advertisements