How to Use the POISSON Function in Excel

Below is a comprehensive guide on how to use the POISSON function in Microsoft Excel and Google Sheets.

Overview

The POISSON function is utilized to calculate the Poisson distribution, a key tool in statistics. It helps to estimate the likelihood of a specific number of events occurring within a defined interval, either in time or space.

Syntax

The syntax for the POISSON function is as follows:

POISSON(x, mean, cumulative)
  • x: The number of events.
  • mean: The expected average number of events (mean).
  • cumulative: A boolean value which specifies the type of distribution function to return. If set to TRUE, it calculates the cumulative distribution function; if FALSE, it returns the probability mass function.

Examples

Example 1: Calculating Probability Mass Function

Consider a scenario where we need to calculate the probability of observing 2 events given the average event rate is 1.5.

x Mean Probability Mass Function
2 1.5 =POISSON(2,1.5,FALSE)

Use the formula =POISSON(2,1.5,FALSE) in Excel/Google Sheets to perform this calculation.

Example 2: Calculating Cumulative Probability

To find the cumulative probability of observing up to 3 events when the mean is 2:

x Mean Cumulative Probability
3 2 =POISSON(3,2,TRUE)

Enter the formula =POISSON(3,2,TRUE) in Excel/Google Sheets for this computation.

This guide provides a clear basis for using the POISSON function in Excel and Google Sheets to perform statistical calculations effectively.

More information: https://support.microsoft.com/en-us/office/poisson-function-d81f7294-9d7c-4f75-bc23-80aa8624173a

Other functions
Returns the beta cumulative distribution function
Returns the inverse of the cumulative distribution function for a specified beta distribution
Returns the individual term binomial distribution probability
Returns the one-tailed probability of the chi-squared distribution
Returns the inverse of the one-tailed probability of the chi-squared distribution
Returns the test for independence
Returns the confidence interval for a population mean
Returns covariance, the average of the products of paired deviations
Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value
Returns the exponential distribution
Returns the F probability distribution
Rounds a number down, toward zero
Returns the result of an F-test
Returns the gamma distribution
Returns the inverse of the gamma cumulative distribution
Returns the hypergeometric distribution
Returns the inverse of the lognormal cumulative distribution
Returns the cumulative lognormal distribution
Returns the most common value in a data set
Returns the negative binomial distribution
Returns the inverse of the normal cumulative distribution
Returns the normal cumulative distribution
Returns the standard normal cumulative distribution
Returns the inverse of the standard normal cumulative distribution
Returns the k-th percentile of values in a range
Returns the percentage rank of a value in a data set
Returns the quartile of a data set
Returns the rank of a number in a list of numbers
Estimates standard deviation based on a sample
Calculates standard deviation based on the entire population
Returns the Student's t-distribution
Returns the inverse of the Student's t-distribution
Returns the probability associated with a Student's t-test
Estimates variance based on a sample
Calculates variance based on the entire population
Calculates variance based on the entire population, including numbers, text, and logical values
Returns the one-tailed probability-value of a z-test