How to Create Grade Distribution Chart in Excel (2 Examples)

Example 1 – Insert a Pie Chart for Grade Distribution

Steps:

  • Insert a column named “Grades”.
  • To find out the grade, select cell D5 and enter the following formula and press Enter.
=IF(C5>=80, "A", IF(C5>=70, "B", IF(C5>=60, "C",IF(C5>=40, "D", "F"))))

Insert a Pie Chart for Grade Distribution in Excel

  • AutoFill formula to the rest of column D.

Insert a Pie Chart for Grade Distribution in Excel

  • Add two more columns named “Grades” and “ of Students”.
  • Select cell G5 and enter the following formula using the COUNTIF function.
=COUNTIF(D$5:D$20,F5)
  • Press Enter to get the students who got an A.

  • AutoFill formula to the rest of the cells in column G.

  • Insert a pie chart. Select all the data from column F to column G and from the Insert tab, go to,

Insert → Charts → Insert Pie or Doughnut Chart → Pie

Insert a Pie Chart for Grade Distribution in Excel

  • The pie chart will be created.

Insert a Pie Chart for Grade Distribution in Excel

  • Double-click on the chart title and edit it as needed.
  • Click on the chart and from the Chart Design tab, go to,

Chart Design → Add Chart Element → Data Labels → Data Callout

Insert a Pie Chart for Grade Distribution in Excel

  • You will get the grade distribution chart with proper formatting.

grade distribution chart excel


Example 2 – Plot a Histogram for Grade Distribution

Steps:

  • Determine the number of students who got an A, B, and other grades.
  • Insert a column named “Percentage” and enter the following formula in cell H5.
=G5/SUM(G$5:G$9)
  • Press Enter.

Plot a Histogram for Grade Distribution in Excel

  • AutoFill formula to the rest of column H.

Plot a Histogram for Grade Distribution in Excel

  • To convert the column H data into a percentage, select cells H5 to H9 and from the Home tab, go to,

Home → Number → Percentage

  • Once the values are converted into percentages, select the Grades column and select the Percentage column while holding the Ctrl
  • Click on the Insert tab and go to,

Insert → Charts → Insert Column or Bar Chart → Clustered Column

Plot a Histogram for Grade Distribution in Excel

  • The histogram will be created. Double-click on any of the bars to open the Format Data Point panel.
  • Click on Fill & Line and check the box of Vary colors by point.

  • The bars will have different colors.

Plot a Histogram for Grade Distribution in Excel

Notes
  • Don’t forget to give proper cell references or you won’t get the desired results.

Download Practice Workbook


Related Articles


<< Go Back to Excel Distribution Chart | Excel Charts | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Alif Bin Hussain
Alif Bin Hussain

Alif Bin Hussain earned a BSc in Civil Engineering from Bangladesh University of Engineering and Technology. As an engineering graduate, he has a deep passion for research and innovation. He loves to play with Excel. In his role as an Excel & VBA Content Developer at ExcelDemy, he not only solves tricky problems but also shows enthusiasm and expertise in handling tough situations with finesse, emphasizing his dedication to delivering top-notch content. He is interested in C, C++,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo