Box and Whisker Plot in Excel (Create & Customize)

Box and Whisker Plot in Excel

The box and whisker plot in Excel shows the distribution of quartiles, medians, and outliers in the assigned dataset. This article will demonstrate how to create box and whisker plots in Excel with easy approaches. You will learn how to use a Stacked Column chart and apply the Box and Whisker chart option to create a box and whisker plot in Excel. Download Practice Workbook You can download our practice workbook here for free!

Box and Whisker Plot.xlsx

How to Create Box and Whisker Plot in Excel?

Let’s use a simple dataset to explain two ways of creating a box and whisker plot.

Method 1 – Create Box and Whisker Plot Using Box and Whisker Chart

Select range of cells in the dataset

Choose the Box and Whisker Chart from the Insert Statistic Chart Option

 <a href=Show Box and Whisker plot in Excel" width="512" height="325" />

Method 2 – Create Box and Whisker Plot Using Stacked Column Chart

In this approach, we’ll make a box and whisker plot in Excel using the stacked column chart, then by plotting it using the stacked column diagram.

Step 1 – Prepare Dataset

Prepare the data for a single record that contains numerous entries. We will generate additional information for the box and whisker charts using this dataset.

=MIN(C5:C13)

Use MIN Function

Show MIN Value

=QUARTILE.INC(C5:C13,1)

 Use QUARTILE.INC Function

Show First Quartile Value

=MEDIAN(C5:C13)

Use MEDIAN Function

Show Median Value

Click on the image for a detailed view

=QUARTILE.INC(C5:C13,3)

Use QUARTILE.INC Function

Show Third Quartile Value

=MAX(C5:C13)

 Use MAX Function

Show Max Value

To identify the differences, we must also generate another comparable table.

=MIN(C5:C13)

Use MIN Function to Get Min Values

=I6-I12

Use Subtraction Formula to Get First Quartile Values

=I7-I6

Use Subtraction Formula to Get Median Values

=I8-I7

 Use Subtraction Formula to Get Third Quartile Values

=I9-I8

Use Subtraction Formula to Get Max Values

Step 2 – Insert Stacked Column Chart

Select range of cells and choose Stacked Column chart

<a href=Show Box and Whisker Plot in Excel" width="498" height="307" />

<a href=Show Box and Whisker Plot as Stacked Column Chart in Excel" width="498" height="306" />

Select Switch Row/Column option

Click OK

<a href=Show Box and Whisker Plot as Stacked Column Chart in Excel" width="498" height="306" />

Step 3 – Customize Chart

Choose Format Data Series option

Select No Fill

Select No Fill

Choose Error Bars

Choose Standard Deviation

Select Format Error Bars

Select Necessary Parameters from the Format Data Series Window

Select No Fill

Choose Error Bars

Choose Standard Deviation

Select Format Error Bars

Select Necessary Parameters from the Format Data Series Window

Show Final Output of Box and Whisker Plot as Stacked Column Chart in Excel

How to Add Average Marker to Box and Whisker Plot in Excel

=AVERAGE(C5:C13)

Use AVERAGE Function to Get all the Mean Values

Copy all of the cell values with Average label

Choose Paste Special

Choose New Series

Show Average Series

Choose Change Series Chart Type

Choose Line With Markers Type Chart

Show Output of the line with average markers

Choose Format Data Series

Select No Line

Show Final Output of Box and Whisker Plot with average markers

How to Create Box and Whisker Plot with Outliers in Excel

Select the range of cells

Select Insert Statistic Chart

<a href=Show Box and Whisker chart with Outliers " width="525" height="316" />

If you want to know the value of the Lower outlier and Upper outlier, you need to calculate the Minimum value, Median, Quartile 1, Quartile 3, Maximum value, Mean value, and Inter Quartile Range (IQR).

=MIN(C5:C15)

Use MIN Function to Find Min Value

=QUARTILE.INC(C5:C15,1)

Use QUARTILE.INC Function to Find First Quartile Value

=MEDIAN(C5:C15)

Use MEDIAN Function to Find Median Value

=QUARTILE.INC(C5:C15,3))

Use QUARTILE.INC Function to Find Third Quartile Value

=MAX(C5:C15)

Use MAX Function to Find Max Value

=AVERAGE(C5:C15)

Use AVERAGE Function to Find Mean Value

=F8-F6

Use Subtraction Formula to Find Interquartile Value

=F8+(F11*1.5)

Use Arithmetic Formula to Find Upper Outlier Value

=F6-(F11*1.5)

Use Arithmetic Formula to Find Lower Outlier Value

Things to Remember

Frequently Asked Questions

1. Is it possible to make a box and whisker plot in previous versions of Excel?

Box and whisker charts are accessible in newer versions of Excel, such as Excel 2016. If you have an older version of Excel, such as Excel 2013 or earlier, the built-in feature to make box and whisker plots may be missing. You can either upgrade to a newer version of Excel or use alternative software or web tools created expressly for making box and whisker plots.

2. Can I make a box and whisker plot with many data sets in Excel?

Yes, you can make a box and whisker plot in Excel using various data sets. When constructing the chart, simply include data from all of the sets in your selection. Each data set will be depicted on the chart as a separate box and whisker plot, allowing for easy comparison.

3. What if my data has negative values?
If your data includes negative values, the Box and Whisker Plot will handle them just like positive values. The box will still represent the interquartile range, and the whiskers will extend accordingly.

Box and Whisker Plot in Excel: Knowledge Hub