logo-mini

FREQUENCY Function

The FREQUENCY function in Excel is a statistical function that allows you to count the number of occurrences of a specific value within a range of values. It is commonly used in data analysis to determine the distribution of data within a set, as well as to identify trends and patterns within the data.

To use the FREQUENCY function, you need to provide it with two arguments: the data range and the bins range. The data range is the range of cells that contain the values you want to count, and the bins range is the range of cells that contain the values you want to use as the categories or “bins” for the data. The function will then count the number of occurrences of each value within the data range that falls within each bin and return the results in an array.

For example, let’s say you have a list of ages in a column and you want to count how many people in the list fall within certain age ranges. You could create a set of bins, such as 0-17, 18-24, 25-34, 35-44, and 45+, and then use the FREQUENCY function to count how many people in the list fall within each of these bins.

To do this, you would first set up your data in a column, with each age in a separate cell. Then, you would set up your bins in another column, with each bin’s range in a separate cell. For example, the cell for the 0-17 bin might contain the formula “0:17”, while the cell for the 18-24 bin might contain the formula “18:24”.

Next, you would use the FREQUENCY function to count the number of occurrences of each age within the data range that falls within each bin. The syntax for the function is as follows:

=FREQUENCY(data_range, bins_range)

So, if your data range was cells A2:A10 and your bins range was cells B2:B6, you would enter the following formula into a cell:

=FREQUENCY(A2:A10, B2:B6)

This would return an array of values, with one value for each bin, representing the number of occurrences of each age within the data range that falls within that bin.

There are a few important things to keep in mind when using the FREQUENCY function. First, the bins range must be in ascending order, with the lowest value first and the highest value last. Second, the function will only include values that are within the bins range, so if you have any values outside of the range, they will not be counted. Finally, the function will not include any blank cells or cells with text in the data range, so be sure to remove these before using the function.

One of the most common uses of the FREQUENCY function is to create a histogram, which is a graphical representation of the distribution of a set of data. To create a histogram using the FREQUENCY function, you would first use the function to count the number of occurrences of each value within the data range that falls within each bin. Then, you would use the resulting array of values to create a bar chart, with each bar representing the number of occurrences within each bin.

Download the sample files: FREQUENCY FUNCTION – Click here