
The Excel FREQUENCY function returns a frequency distribution, which is a summary table that shows the frequency of each value in a range. FREQUENCY returns multiple values and must be entered as an array formula with control-shift-enter.
Get the frequency of values in a data set
A vertical array of frequencies
=FREQUENCY (data_array, bins_array)
FREQUENCY counts how often values occur in a set of data. You can use Excel's FREQUENCY function to create a frequency distribution - a summary table that shows the frequency (count) of each value in a range. It returns a vertical array of numbers that represent frequencies, and must be entered as an array formula with control + shift + enter.
For example, with data in A1:A100, and bins in B1:B5, you would select C1:C5 and enter a formula like this:
{=FREQUENCY(A1:A100,B1:B5)}Curly braces added by Excel automatically when formula is array-entered.
Notes:
To create a frequency distribution using FREQUENCY:

The Excel FREQUENCY function returns a frequency distribution, which is a summary table that shows the frequency of each value in a range. FREQUENCY returns multiple values and must be entered as an array formula with control-shift-enter.
Get the frequency of values in a data set
A vertical array of frequencies
=FREQUENCY (data_array, bins_array)
FREQUENCY counts how often values occur in a set of data. You can use Excel's FREQUENCY function to create a frequency distribution - a summary table that shows the frequency (count) of each value in a range. It returns a vertical array of numbers that represent frequencies, and must be entered as an array formula with control + shift + enter.
For example, with data in A1:A100, and bins in B1:B5, you would select C1:C5 and enter a formula like this:
{=FREQUENCY(A1:A100,B1:B5)}Curly braces added by Excel automatically when formula is array-entered.
Notes:
To create a frequency distribution using FREQUENCY: