| | | If "x" is not an integer, it is truncated. |
| | | If "x" is not numeric, then #VALUE! is returned. |
| | | If "mean" is not numeric, then #VALUE! is returned. |
| | | If "mean" = 0, then #NUM! is returned. |
| | | If "cumulative" = True, then the cumulative Poisson probability function is used. |
| | | If "cumulative" = False, then the Poisson probability mass function is used. |
| | | The cumulative Poisson probability function says that the number of random events occurring will be between zero and "x". |
| | | The Poisson probability mass function says that the number of random events occurring will be exactly "x". |
| | | If "x" = 0, then #NUM! is returned. |
| | | The accuracy of this function was improved in Excel 2003. For more information please refer to this Knowledge Base Article (828130). |