Excel: FACT() and Functions Using Factorials Return #NUM! |
In Microsoft Excel, you will receive a #NUM! error if you do either
of the following:
The factorial of a number is equal to the value of this sequence:
factorial = 1 * 2 * 3 * 4 * .... * number
The number must be an integer greater than or equal to zero.
Function Argument(s) for which factorial is computed
---------------------------------------------------------------
COMBIN() number, number_chosen, number - number_chosen
FACT() number
FACTDOUBLE() number (limit is 300: 301 or more causes #NUM!)
MULTINOMIAL() a + b + c, a, b, c
PERMUT() number, number - number_chosen
POISSON() x
In the above functions,if the argument (or combination of arguments)
shown exceeds 170, the function will return a #NUM! error. Any
calculations or formulas that reference the function in question will
also return a #NUM! error.
=MULTINOMIAL(2,3,166)
because the factorial of the sum of a, b, and c (2 + 3 + 166 = 171)
cannot be computed.
Additional query words: 3.00a 4.00a 5.00a 5.00c 7.00a
Keywords :
Version : 2.x 3.00 4.00 4.00a 5.00 5.00c 7
Platform : WINDOWS
Issue type :
Technology :
|
Last Reviewed: September 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |