16.6 C
London
Friday, July 5, 2024
HomeExcelDescriptive Statistics in ExcelHow to Create a Frequency Distribution in Excel

How to Create a Frequency Distribution in Excel

Related stories

Learn About Opening an Automobile Repair Shop in India

Starting a car repair shop is quite a good...

Unlocking the Power: Embracing the Benefits of Tax-Free Investing

  Unlocking the Power: Embracing the Benefits of Tax-Free Investing For...

Income Splitting in Canada for 2023

  Income Splitting in Canada for 2023 The federal government’s expanded...

Can I Deduct Home Office Expenses on my Tax Return 2023?

Can I Deduct Home Office Expenses on my Tax...

Canadian Tax – Personal Tax Deadline 2022

  Canadian Tax – Personal Tax Deadline 2022 Resources and Tools...

frequency distribution describes how often different values occur in a dataset. It’s a useful way to understand how data values are distributed in a dataset.

Fortunately it’s easy to create and visualize a frequency distribution in Excel by using the following function:

=FREQUENCY(data_array, bins_array)

 

where:

 

  • data_array: array of raw data values
  • bins_array: array of upper limits for bins

The following example illustrates how to use this function in practice.

Example: Frequency Distribution in Excel

Suppose we have the following dataset of 20 values in Excel:

First, we will tell Excel what upper limits we’d like to use on the bins of our frequency distribution. For this example we’ll choose 10, 20, and 30. That is, we’ll find the frequencies for the following bins:

  • 0 to 10
  • 11 to 20
  • 21 to 30
  • 30+

Next, we’ll use the following =FREQUENCY() function to calculate the frequencies for each bin:

=FREQUENCY(A2:A21, C2:C4)

Here are the results:

Frequency distribution in Excel

The results show that:

  • values in the dataset are within the range of 0-10.
  • 7 values in the dataset are within the range of 11-20.
  • 5 values in the dataset are within the range of 21-30.
  • 2 values in the dataset are greater than 30.

We can then use the following steps to visualize this frequency distribution:

  • Highlight the frequency counts in the range D2:D5.
  • Click on the Insert tab, then click on the chart titled 2-D Column in the Charts group.

The following chart will appear that displays the frequencies for each bin:

Visualizing a frequency distribution in Excel

Feel free to modify the axes labels and bar widths to make the chart more aesthetically pleasing:

Frequency distribution in Excel

You can find more Excel tutorials here.

Subscribe

- Never miss a story with notifications

- Gain full access to our premium content

- Browse free from up to 5 devices at once

Latest stories