Skip to main content
HomeTutorialsSpreadsheets

How to Create and Customize a Box and Whisker Plot in Excel

To create a box and whisker plot in Excel, select your data, open the Insert tab, click on Recommended Charts, choose the Box & Whisker chart, and press OK.
Jun 2024  · 15 min read

Creating box and whisker plots in Excel is a valuable skill for any data analyst. These plots provide a clear summary of our data distribution, helping us make informed decisions based on our analysis.

In this tutorial, we'll learn why box and whisker plots are important, why Excel is good for creating them, and how to build these kinds of plots in Excel—both from scratch and in a very quick and straightforward way. In addition, we'll explore how to customize a box and whisker plot in Excel to make it more insightful.

The Quick Answer: How to Create a Box and Whisker Plot in Excel

To create a box and whisker plot in Excel, follow these steps:

  • Select the Excel cells containing the values to be plotted. 
  • Open the Insert tab. 
  • Click on the Recommended Charts button. 
  • Open the All Charts tab. 
  • Select the Box & Whisker chart type. 
  • Press OK.

Why Box and Whisker Plots Are Important

Box and whisker plots, also known as box plots or box and whisker diagrams, are a powerful type of visualization used to display the distribution of a data series. They are particularly helpful for statistical data analysis since they allow us to:

  • Gather a comprehensive statistical summary of the data in interest, including the minimum, maximum, median, and mean values, as well as the first and third quartiles (Q1 and Q3).
  • Understand the overall data distribution at a high level.
  • Figure out if our data distribution is normal or skewed (and the direction of skewness).
  • Identify the spread of our data.
  • Detect outliers and their magnitude.
  • Estimate data variability.
  • Determine the best measure of center (median or mean).
  • Compare the distribution of multiple categories next to each other.

To quickly start with Excel, consider taking the Introduction to Excel course.

Why Excel Is Good For Creating Box and Whisker Plots

Excel allows us to create a box and whisker plot in just a few quick steps. Excel also makes it easy to customize our box and whisker plot, and it isn't only about adjusting colors and lines. For example, we can decide whether or not we want to show or hide the raw data points, the outliers, and the mean, or whether to include or exclude the median when calculating the quartiles. 

Excel is also a good choice because our box and whisker plot is likely part of a larger data analysis project, for which Excel offers powerful tools for data manipulation, visualization, and analysis. It’s no wonder Excel is widely used by companies all over the world. Finally, building data visualizations in Excel is intuitive, straightforward, and doesn't require any coding skills.

Methods to Create a Box and Whisker Plot in Excel

In Excel, it's possible to quickly create a box and whisker plot by using a dedicated feature. Alternatively, we can decide to opt for the long way and do it from scratch. In both cases, Excel allows us to create either a single box and whisker plot or a set of plots next to each other, each for a separate category of the data. In addition, it's possible to build a horizontal box and whisker plot (or multiple plots) in Excel.

For simplicity, let's assume throughout the next three sections that we want to create a single box and whisker plot for a single column of values in Excel. 

Let’s consider a simple table containing the ages of cats and dogs from a hypothetical pet adoption center. The task will be to apply various Excel approaches to create box and whisker plots displaying the statistics for the ages of those animals.

An example Excel table containing the ages of cats and dogs from a hypothetical pet adoption center. Image by Author.

An example Excel table with cats and dogs. Image by Author

If you want to unlock the full power of Excel and learn how to prepare, visualize, and analyze data from zero to an advanced level, the Excel Fundamentals skill track is the right place to start.

Creating a basic box and whisker plot: the long way 

First, let's familiarize ourselves with box and whisker plots by building one from scratch. 

We'll split this section into subsections but use continuous step numbering throughout the whole section. This will help us realize the number of steps needed to create a box and whisker plot in Excel from scratch—and the relative complexity of the whole process compared to the easy way, which we're going to revisit in the next section.

Calculating the statistical values

To start, you need to define a specific area on your Excel worksheet where you’ll calculate and store statistical and auxiliary values.

  1. On the same Excel worksheet, create an area for calculating and storing statistical values. Let’s call this area a statistical table. You can place it to the right or below your main table.
  2. For clarity, consider delineating the statistical table (select the table—right-click—select Format Cells...—open the Border tab—click on Outline—press OK).
  3. In the first column of the statistical table, enter the following, one per row:
    • “Min“
    • “Q1“
    • “Median“
    • “Q3“
    • “Max“
    • “Mean“
  4. In the second column of the statistical table, calculate each statistical notation using the following Excel formulas. Here, your_data_range refers to the column of values for which you want to create a plot:
    • =MIN(your_data_range)
    • =QUARTILE.EXC(your_data_range, 1)
    • =MEDIAN(your_data_range)
    • =QUARTILE.EXC(your_data_range, 3)
    • =MAX(your_data_range)
    • =AVERAGE(your_data_range)

Calculating the box heights and whisker lengths

Next, you need to determine the dimensions for the boxes and whiskers that will form the core components of your plot.

  1. In the third column of the statistical table, enter the names of the values to be calculated, one per row:
    • “Underlying box height“
    • “Lower box height“
    • “Upper box height“
    • “Lower whisker length“
    • “Upper whisker length“
  2. In the fourth column of the statistical table, calculate each value in interest using the following formulas:
    • =Q1
    • =Median-Q1
    • =Q3-Median
    • =Q1-Min
    • =Max-Q3

How to calculate a statistical table for creating a box and whisker plot from scratch in Excel. Formulas shown. Image by Author.

Calculating a statistical table in Excel. Formulas shown. Image by Author

A calculated statistical table for creating a box and whisker plot from scratch in Excel. Results. Image by Author.

Calculating a statistical table in Excel. Results. Image by Author

Creating the boxes

Now that you have your statistical values, you can create the visual representation by building the boxes.

  1. Select the three Excel cells containing the calculated values of the box heights.
  2. Open the Insert tab on the Excel ribbon.
  3. Click on the Recommended Charts button of the Charts group.
  4. Open the All Charts tab in the pop-up window.
  5. Select Column from the list on the left side of the pop-up window.
  6. Select the Stacked Column option.
  7. Select the stacked column preview image (the one to the right).
  8. Press OK.

How to create the boxes for a box and whisker plot from scratch in Excel. Image by Author.

Creating the boxes from scratch in Excel. Image by Author

Formatting the boxes

To ensure your plot is clear and visually appealing, you need to format the boxes.

  1. Select the underlying box on the plot area (the closest box to the x-axis).
  2. Right-click and select Format Data Series....
  3. Click on the Fill & Line button on the Format Data Series pane that appears on the right side of the screen.
  4. Click on the Fill drop-down arrow.
  5. Select the No fill option.
  6. Select the lower box from the two boxes currently visible in the plot area.
  7. Select a color you want for the Color option in the Fill drop-down section on the Format Data Series pane (e.g., blue).
  8. Click on the Border drop-down arrow.
  9. For the Color option, select a darker shade of the same color you selected in step 21 (e.g., dark blue).
  10. Select the upper box from the two boxes currently visible in the plot area.
  11. For the Color option in the Fill drop-down section on the Format Data Series pane, select the color you chose earlier.
  12. For the Color option in the Border drop-down section on the Format Data Series pane, select the same color once again.

How to format the underlying box of a box and whisker plot from scratch in Excel. Image by Author.

Formatting the underlying box from scratch in Excel. Image by Author

How to format the upper box of a box and whisker plot from scratch in Excel. Image by Author.

Formatting the upper box from scratch in Excel. Image by Author

Creating the whiskers

Next, you need to add the whiskers to your plot, which represent the range of the data.

  1. Select the underlying box, which is now invisible.
  2. Click on the Chart Elements button that appears to the right of the chart area.
  3. Hover over the Error Bars option until a drop-down arrow appears to its right.
  4. Click on the drop-down arrow that appears.
  5. Select More Options....
  6. Click on the Error Bar Options button on the Format Error Bars pane that appears on the right side of the screen.
  7. Select the Minus option for Direction in the Vertical Error Bar drop-down section.
  8. Select the Custom option for Error Amount.
  9. Click on Specify Value in that field.
  10. In the pop-up window, remove the value in the Negative Value Error field.
  11. Select the Excel cell that contains the calculated value for the lower whisker length.
  12. Press OK.
  13. Select the upper box on the plot area.
  14. Click on the Chart Elements button that appears to the right of the chart area.
  15. Hover over the Error Bars option until a drop-down arrow appears to its right.
  16. Click on the drop-down arrow that appears.
  17. Select More Options....
  18. Select the Plus option for Direction in the Vertical Error Bar drop-down section on the Format Error Bars pane on the right side of the screen.
  19. Select the Custom option for Error Amount.
  20. Click on Specify Value in that field.
  21. In the pop-up window, remove the value in the Positive Value Error field.
  22. Select the Excel cell that contains the calculated value for the upper whisker length.
  23. Press OK.

How to open more options when creating the lower whisker of a box and whisker plot from scratch in Excel. Image by Author.

Opening more options for error bars. Image by Author

How to set the error bar options when creating the lower whisker of a box and whisker plot from scratch in Excel. Image by Author.

Setting the error bar options. Image by Author

How to specify the lower whisker's length when creating the lower whisker of a box and whisker plot from scratch in Excel. Image by Author.

Creating the lower whisker from scratch. Image by Author

Adding the mean point

To complete the plot, you need to add the mean point, which gives an additional reference for the central tendency of the data.

  1. Copy the calculated value for the mean in the statistical table you created earlier.
  2. Select the chart area.
  3. Press Ctrl+V on your keyboard.
  4. Select any of the boxes in the plot area.
  5. Right-click and select Change Series Chart Type....
  6. In the pop-up window, find the last data series in the Series Name column.
  7. Select the Scatter chart type from the drop-down list for this data series.
  8. Press OK.

How to open the pop-up window for changing the series chart type when adding the mean point on a box and whisker plot from scratch in Excel. Image by Author.

Changing the series chart type pop-up window. Image by Author

How to change the series chart type to scatter when adding the mean point on a box and whisker plot from scratch in Excel. Image by Author.

Changing the series chart type to scatter. Image by Author

Removing the redundant elements

Finally, to ensure the plot is clean and focused, you need to remove any unnecessary elements.

  1. Select and delete the legend from the chart area.
  2. Select and delete the horizontal axis of the plot (you'll see the only value 1 on it).

A simple box and whisker plot from scratch in Excel

A simple box and whisker plot from scratch in Excel. Image by Author

(Optional) Formatting the mean point

For additional clarity and customization, you can format the mean point on the plot.

  1. Select the mean point marker on the plot.
  2. Click on the Fill & Line button on the Format Data Series pane on the right side of the screen.
  3. Open the Marker tab.
  4. Open the Marker Options drop-down section.
  5. Select Built-in.
  6. Select the cross symbol for the Type field (the 4th option in the drop-down list for that field).
  7. Select No fill in the Fill drop-down section.
  8. For the Color option in the Border drop-down section, select the same color you selected in step 23.

How to format the mean point for a box and whisker plot from scratch in Excel. Image by Author.

Formatting the mean point from scratch in Excel. Image by Author

Creating a basic box and whisker plot in Excel: the easy way

As we can see, the long way of creating a basic box and whisker plot in Excel looks rather daunting and time-consuming. Luckily, we can obtain the same result in just eight easy steps by using a dedicated Excel feature.

  1. Select the Excel cells containing the values for which you want to create a box and whisker plot.
  2. Open the Insert tab on the Excel ribbon.
  3. Click on the Recommended Charts button of the Charts group.
  4. Open the All Charts tab in the pop-up window.
  5. Select Box & Whisker from the list on the left side of the pop-up window.
  6. Press OK.
  7. Select the horizontal axis of the plot (you'll see the only value 1 on it).
  8. Press the delete key on your keyboard.

How to create a box and whisker plot using a dedicated Excel feature. Image by Author.

Creating a box and whisker plot using a dedicated Excel feature. Image by Author

To make sure your box and whisker plot in Excel yields valuable insights, you need to ensure first that your data is meaningful and properly cleaned and transformed. The Data Preparation in Excel course will teach you how to prepare Excel data through logical functions, nested formulas, lookup functions, and pivot tables.

Creating a horizontal box and whisker plot in Excel

To create a horizontal box and whisker plot, we follow the same instructions as for creating a vertical box and whisker plot from scratch, with some new steps, mostly related to adding the mean point. Below is the whole process step by step.

Calculating the statistical values and box and whisker lengths

  1. On the same Excel worksheet, create an area for calculating and storing statistical values. Let’s call this area a statistical table. You can place it to the right or below your main table.
  2. For clarity, consider delineating the statistical table (select the table—right-click—select Format Cells...—open the Border tab—click on Outline—press OK).
  3. In the first column of the statistical table, enter the following, one per row:
    • “Min“
    • “Q1“
    • “Median“
    • “Q3“
    • “Max“
    • “Mean“
  4. In the second column of the statistical table, calculate each statistical notation using the following Excel formulas. Here, your_data_range refers to the column of values for which you want to create a plot:
    • =MIN(your_data_range)
    • =QUARTILE.EXC(your_data_range, 1)
    • =MEDIAN(your_data_range)
    • =QUARTILE.EXC(your_data_range, 3)
    • =MAX(your_data_range)
    • =AVERAGE(your_data_range)
  5. In the third column of the statistical table, enter the names of the values to be calculated, one per row:
    • “Underlying box length“
    • “Left box length“
    • “Right box length“
    • “Left whisker length“
    • “Right whisker length“
  6. In the fourth column of the statistical table, calculate each value in interest using the following formulas:
    • =Q1
    • =Median-Q1
    • =Q3-Median
    • =Q1-Min
    • =Max-Q3   

Creating and formatting the boxes and whiskers

  1. Select the three Excel cells containing the calculated values of the box lengths.
  2. Open the Insert tab on the Excel ribbon.
  3. Click on the Recommended Charts button of the Charts group.
  4. Open the All Charts tab in the pop-up window.
  5. Select Bar from the list on the left side of the pop-up window.
  6. Select the Stacked Bar option.
  7. Select the stacked bar preview image (the one to the right).
  8. Press OK.
  9. Select the underlying box on the plot area (the closest box to the y-axis).
  10. Right-click and select Format Data Series....
  11. Click on the Fill & Line button on the Format Data Series pane that appears on the right side of the screen.
  12. Click on the Fill drop-down arrow.
  13. Select the No fill option.
  14. Select the left box from the two boxes currently visible in the plot area.
  15. Select a color you want for the Color option in the Fill drop-down section on the Format Data Series pane (e.g., blue).
  16. Click on the Border drop-down arrow.
  17. For the Color option, select a darker shade of the same color you selected in step 21 (e.g., dark blue).
  18. Select the right box from the two boxes currently visible in the plot area.
  19. For the Color option in the Fill drop-down section on the Format Data Series pane, select the color you chose earlier.
  20. For the Color option in the Border drop-down section on the Format Data Series pane, select the same color once again.
  21. Select the underlying box, which is now invisible.
  22. Click on the Chart Elements button that appears to the right of the chart area.
  23. Hover over the Error Bars option until a drop-down arrow appears to its right.
  24. Click on the drop-down arrow that appears.
  25. Select More Options....
  26. Click on the Error Bar Options button on the Format Error Bars pane that appears on the right side of the screen.
  27. Select the Minus option for Direction in the Vertical Error Bar drop-down section.
  28. Select the Custom option for Error Amount.
  29. Click on Specify Value in that field.
  30. In the pop-up window, remove the value in the Negative Value Error field.
  31. Select the Excel cell that contains the calculated value for the left whisker length.
  32. Press OK.
  33. Select the right box on the plot area.
  34. Click on the Chart Elements button that appears to the right of the chart area.
  35. Hover over the Error Bars option until a drop-down arrow appears to its right.
  36. Click on the drop-down arrow that appears.
  37. Select More Options....
  38. Select the Plus option for Direction in the Vertical Error Bar drop-down section on the Format Error Bars pane on the right side of the screen.
  39. Select the Custom option for Error Amount.
  40. Click on Specify Value in that field.
  41. In the pop-up window, remove the value in the Positive Value Error field.
  42. Select the Excel cell that contains the calculated value for the right whisker length.
  43. Press OK.

Adding the mean point

  1. Copy the calculated value for the mean in the statistical table you created earlier.
  2. Select the chart area.
  3. Press Ctrl+V on your keyboard.
  4. Select any of the boxes in the plot area.
  5. Right-click and select Change Series Chart Type....
  6. In the pop-up window, find the last data series in the Series Name column.
  7. Select the Scatter chart type from the drop-down list for this data series.
  8. Press OK.
  9. Select the new point that appears on the plot.
  10. Right-click and select Select Data....
  11. In the pop-up window, select the last series from the Legend Entries (Series) list.
  12. Press the Edit button.
  13. Click on the Series X values field.
  14. Select the Excel cell that contains the calculated mean value.
  15. Remove the content of the Series Y values field.
  16. Type 1 in the Series Y values field.
  17. Press OK.
  18. Press OK again.
  19. Select the secondary axis of the plot (the one to the right of the plot area).
  20. Click on the Axis Options button of the Axis Options tab on the Format Axis pane that appears on the right side of the screen (it can be already opened).
  21. Open the Axis Options drop-down section.
  22. Play with the values for Bounds (try setting 0 for Minimum and 2 for Maximum) until the value 1 on the primary y-axis coincides with the value 1 on the secondary y-axis, meaning that the mean point is now located inside the box on the same horizontal line as the whiskers.

How to select the data when adding the mean point on a horizontal box and whisker plot from scratch in Excel. Image by Author.

Selecting the data. Image by Author

How to edit the series when adding the mean point on a horizontal box and whisker plot from scratch in Excel. Image by Author.

Editing the series. Image by Author

Changing the coordinates of the mean for a horizontal box and whisker plot in Excel

Changing the coordinates of the mean. Image by Author

Customizing the secondary axis for a horizontal box and whisker plot in Excel

Customizing the secondary axis. Image by Author

Removing the redundant elements

  1. Select and delete the legend from the chart area.
  2. Select and delete the primary vertical axis of the plot (you'll see the only value 1 on it).
  3. Select and delete the secondary vertical axis of the plot.

A horizontal box and whisker plot in Excel

A horizontal box and whisker plot in Excel. Image by Author

(Optional) Formatting the mean point

  1. Select the mean point marker on the plot.
  2. Click on the Fill & Line button on the Format Data Series pane on the right side of the screen.
  3. Open the Marker tab.
  4. Open the Marker Options drop-down section.
  5. Select Built-in.
  6. Select the cross symbol for the Type field (the 4th option in the drop-down list for that field).
  7. Select No fill in the Fill drop-down section.
  8. For the Color option in the Border drop-down section, select the same color you selected in step 23.

To explore Excel's various data visualization options that can help you analyze and interpret your data, consult this tutorial: Visualizing Data in Excel.

Creating box and whisker plots for multiple categories in Excel

In all our approaches so far, we were building a box and whisker plot for the whole range of data (in our case—for the ages of cats and dogs from a hypothetical pet adoption center altogether). What if we need to create a separate box and whisker plot for each category but display all such plots on the same chart? Let's say that we want to visually compare the age statistics for cats and dogs.

  1. In the Excel worksheet where you store the table with the values to be plotted, select both the column containing the categories and the one with the corresponding values. If these columns aren't adjacent, press Ctrl before selecting the second range of cells.
  2. Open the Insert tab on the Excel ribbon.
  3. Click on the Recommended Charts button of the Charts group.
  4. Open the All Charts tab in the pop-up window.
  5. Select Box & Whisker from the list on the left side of the pop-up window.
  6. Press OK.

Creating a box and whisker plot for multiple categories in Excel

Creating a box and whisker plot for multiple categories. Image by Author

Customizing a Box and Whisker Plot in Excel

Now, let's briefly explore how we can customize a box and whisker plot in Excel. 

Apart from various general adjustments applicable to all types of Excel charts—such as adding or removing chart elements or filters, formatting data series, customizing text, or changing chart style (you can learn more in the tutorial on How to Create and Format a Combo Chart in Excel, in the chapter How to Format a Combo Chart in Excel)—we can consider some modifications related specifically to box and whisker plots. 

Note that the below instructions regard only box and whisker plots created by using the Box & Whisker Excel feature, discussed in the sections on Creating a basic box and whisker plot in Excel: the easy way and Creating box and whisker plots for multiple categories in Excel.

  1. Select your box and whisker plot (or plots) on the plot area.
  2. Click on the Series Options button on the Format Data Series pane on the right side of the screen.
  3. In the Series Options drop-down section, play with the following settings until the resulting chart satisfies your needs:
    • change the gap width
    • display the inner points
    • hide the outlier points
    • hide the mean marker(-s)
    • display the mean line (only for multiple category box and whisker plots)
    • calculate the quartiles including the median(-s)

How to customize a box and whisker plot in Excel. Image by Author.

Customizing a box and whisker plot in Excel. Image by Author

Conclusion

To summarize, in this tutorial, we drilled down various approaches to creating a box and whisker plot in Excel, as well as some ways of its customization to make it more efficient for statistical data analysis. For further learning, check out these courses: Data Visualization in Excel and Data Analysis in Excel.


Photo of Elena Kosourova
Author
Elena Kosourova

IBM Certified Data Scientist (2020), previously Petroleum Geologist/Geomodeler of oil and gas fields worldwide with 12+ years of international work experience. Proficient in Python, R, and SQL. Areas of expertise: data cleaning, data manipulation, data visualization, data analysis, data modeling, statistics, storytelling, machine learning. Extensive experience in managing data science communities and writing/reviewing articles and tutorials on data science and career topics.

Frequently Asked Questions

How to find the Box & Whisker feature in Excel?

By opening the Insert tab on the Excel ribbon, clicking on the Recommended Charts button of the Charts group, opening the All Charts tab in the pop-up window, and selecting Box & Whisker from the list on the left side of the pop-up window.

What kind of statistics can be shown on a box and whisker plot in Excel?

The minimum, maximum, median, and mean values, the first and third quartiles, and the outliers.

Is it possible to create a horizontal box and whisker plot in Excel?

Yes. Even though currently Excel doesn't offer any easy way to create a horizontal box and whisker plot, it's still possible to use a workaround to do it from scratch.

How to create box and whisker plots for multiple categories in Excel?

By selecting the Excel columns containing the category labels and corresponding values to be plotted, opening the Insert tab on the Excel ribbon, clicking on the Recommended Charts button, opening the All Charts tab, selecting the Box & Whisker chart type, and pressing OK.

What can be customized on a box and whisker plot in Excel?

Apart from general adjustments applicable to all types of Excel charts, it's possible to change the gap width, display the inner points, hide the outlier points, hide the mean markers, display the mean line, and calculate quartiles including the medians.

Topics

Learn Excel with DataCamp

course

Data Analysis in Excel

3 hours
39.1K
Learn how to analyze data with PivotTables and intermediate logical functions before moving on to tools such as what-if analysis and forecasting.
See DetailsRight Arrow
Start Course
See MoreRight Arrow
Related

tutorial

How to Create and Format a Combo Chart in Excel

To create a combo chart in Excel, select your data, go to the "Insert" tab, go to the "Charts" group, and choose "Combo Chart."
Elena Kosourova's photo

Elena Kosourova

10 min

tutorial

Visualizing Data in Excel

Learn about Excel's various data visualization options that can help you analyze and interpret your data.
Jess Ahmet's photo

Jess Ahmet

12 min

tutorial

Graphs in Spreadsheets

In this tutorial, you'll learn how to create visualizations to display data and gain more meaningful insights with spreadsheets.
Aditya Sharma's photo

Aditya Sharma

12 min

tutorial

Box Plot in R Tutorial

Learn about box plots in R, including what they are, when you should use them, how to implement them, and how they differ from histograms.
DataCamp Team's photo

DataCamp Team

4 min

tutorial

How to Create a Dashboard in Excel in 3 Easy Steps

Learn everything you need to know about how to create a dashboard in Excel, with tips and examples.
Joleen Bothma's photo

Joleen Bothma

12 min

code-along

Visualizing Sales Data with PivotCharts in Excel

In this code along, we delve into the world of data analysis and visualization using PivotCharts and PivotTables on a sales dataset.
Agata Bak-Geerinck's photo

Agata Bak-Geerinck

See MoreSee More