Microsoft Knowledge Base |
|
Excel: POISSON() Function Returns #NUM! Error Value |
|
|
Last reviewed: September 12, 1996
Article ID: Q104583 |
|
The information in this article applies to:
SUMMARYIn Microsoft Excel, the POISSON() function will return a #NUM! error value if the mean argument (the second argument), raised to the power of the x argument (the first argument), exceeds 9.999E+307. You will also receive a #NUM! error value if the x argument (the first argument) exceeds 170.
MORE INFORMATIONThe POISSON() function returns the Poisson probability distribution. You can use this function to predict the number of events over a specific time, such as the number of cars arriving at a toll plaza in one minute. Microsoft Excel computes the Poisson probability distribution with the following formula,
(e^-y) * (y^x)
--------------
(x!)
where:
Another component of the formula computes the factorial of x (x!). If x exceeds 170, the factorial of x will exceed 9.999E+307, resulting in a #NUM! error. In general, these errors only occur when you use numbers greater than 100 for the mean and x arguments.
REFERENCES"Function Reference," version 4.0, pages 328-329
|
|
KBCategory: kbusage
©1997 Microsoft Corporation. All rights reserved. Legal Notices. |