Inside The Web
    Facebook Twitter Instagram
    Inside The Web
    • Office
      • Excel
      • Ms Word
      • OneDrive
      • Google Docs
      • Google Sheets
      • Google Drive
    • Email
      • Gmail
      • Outlook
      • Emal Etiquette
    • Office Etiquette
    • Productivity
    Inside The Web
    Home»Office»Excel»How to Make a Box Plot in Excel

    How to Make a Box Plot in Excel

    Asmi DhakalBy Asmi DhakalJune 27, 2023 Excel 5 Mins Read

    A box plot, also referred to as a box-whisker plot is a visual representation of data including the minimum value, first quartile, median, third quartile, and maximum value. In Excel 2016 and later, you have the option to create a box plot under Statistic Charts in the Charts section.

    However, if you’re using Excel 2016 or later, you will have to manually create a box plot. In this method, you will have to calculate the quartiles, and quartile differences before creating the chart. Then, you will have to add in the whiskers using the Error bars feature.

    In this article, we have included the methods of creating a box plot in both Excel 2016 and later, or the version before. You can also use the second method in Excel 2016 or later.

    In Excel 2016 or Later

    This method of creating a box plot is pretty straightforward as it has a built-in feature to create a box plot from the Charts section. This way you can spare yourself from the long and tiring process of calculating the quartile and its differences to create the illustration.

    1. Select your data from the spreadsheet.
    2. Head to the Insert tab.
    3. In the Charts section, select the Statistic Charts icon.
    4. Choose Box and Whiskers.
      Box and Whiskers Chart

    You may want to change the title of the chart and format your chart the way you wish from the Chart Design and Format tabs.

    Box and Whiskers Plot Excel

    If you can’t find these tabs in the menu bar, click on the chart and they should appear.

    In Previous Versions

    There isn’t an option to automate the feature of creating a box plot in the previous Excel versions. This method is comparatively quite long but worry not! We have included visuals that will make following the instructions a breeze.

    Step 1: Calculate Quartiles

    A box plot is created using quartile differences. In order to calculate these differences, you will first have to calculate five values: Minimum value, First Quartile, Median, Third Quartile, and Maximum Value.

    Here are the functions we will be using to calculate these values:

    • MIN(range): To calculate the minimum value of a range.
    • QUARTILE.INC(range, quartile): Calculate the quartile of a range. In the quartile section of the argument, you can set 1 to calculate the Q1, 2 for the Median, and 3 to calculate the Q3 or a range.
    • MAX(range): This calculates the maximum value of the range.
    Calculate Quartiles

    Using the same sheet we used the first method, we calculated the minimum value, first quartile, second quartile, third quartile, and the maximum value of each range.

    Step 2: Calculate Quartile Differences

    Now that we have our quartile values, we can go ahead a calculate the quartile differences in a new table. Our table will consist of the following values:

    • Minimum Value
    • First Quartile – Minimum Value (Q1 – Min)
    • Median – First Quartile (Median – Q1)
    • Third Quartile – Median (Q3 – Median)
    • Maximum Value – Third Quartile (Max – Q3)
    1. Copy-paste the Minimum Values from the second table.
    2. Calculate the differences between each item using the subtract operator and cell referencing.
    Calculate Quartile Difference in Excel

    Step 3: Create a Box Plot

    We will be creating the box plot using the data in Table 3, the table with quartile differences. We will be using the Stacked Column graph type to create our box plot.

    Step 1: Insert Graph

    1. Select your data then head to the Insert section.
    2. Click on the 2-D Column icon in the Charts section.
    3. Choose Stacked Column.
      Stacked Column Excel

    Step 2: Switch Rows and Columns

    1. Right-click on the chart.
    2. Choose Select Data.
      Select Data from Plot
    3. From the Select Data Source window, click Switch Row/Column.
      Switch Row and Columns from Select Data Source
    4. Select OK.

    Step 3: Make the Bottom Transparent

    1. In your chart, select the bottom section of the plot.
    2. Head to the Format tab.
    3. Select Format Selection from the Current Selection section.
      Format Selection Option Excel
    4. Head to the Fill tab.
    5. Under the Fill section, select No Fill.
      No fill option Format Date Series

    Step 4: Add Whiskers

    1. From your chart, select the top-most element that represents the Max-Q3 data.
    2. Head to Chart Design from the menubar.
    3. Select Add Chart Element > Error Bars > Standard Deviation.
      Add Error Bars in Excel

    Step 5: Format the Whiskers

    1. Select the whiskers from the chart.
    2. Head to Format > Format Selection.
    3. Under Direction, set it to Minus.
      Format Error Bars in Excel
    4. Choose Cap under the End Style section.
    5. Under Error Amount, select Percentage and set the number to 100.

    Step 6: Repeat Steps 4 and 5

    1. Select the second-to-last section with the data representing Q1 – Min.
    2. Insert whiskers using Step 4.
    3. Format the whiskers using Step 5.

    Step 7: Make the Top and Second-to-Last sections Transparent

    1. Select the top-most part of the plot, representing the Max – Q3
    2. Use Step 3 to remove the fill for the section.
    3. Repeat this for the second-to-bottom part of the chart, representing Q1 – Min.
      Remove Fill Chart in Excel

    Conclusion

    Using both methods, you can create a box plot in Excel. In the second method, If you want your sections to be of uniform color, you can format your plot from the Fill section of the Format Data Series window.

    A little advice: If you’re a regular Excel user, it is a good idea to upgrade to Excel 2016 or later. This is because the newer versions have automated many processes like creating box plots. Although you can still create such plots in the previous versions, they are pretty time-consuming.

    Advanced Excel
    Asmi Dhakal

      Asmi is a content writer specializing in MS Office. She loves writing Excel-related content to assist other users to learn their way around the program. She started using Excel when she first entered the industry as a marketing intern. Soon, she realized that learning the often-overlooked spreadsheet program was no piece of cake. In her articles, she attempts to brief out complex topics to help beginner to intermediate-level Excel users. Asmi uses Excel for everything, including creating a grocery list to managing her personal finance. She’s a bit dramatic when it comes to the Flash Fill feature; so much so that could write a eulogy out of it. When she’s not working, you’ll find her learning a new recipe, or cleaning up her mess (out of the failed recipe).

      Related Posts

      Excel By Nisha Gurung

      How to Compare Two Columns in Excel Using VLOOKUP

      Excel By Nisha Gurung

      How to Share Excel Files with Multiple Users

      Excel By Nisha Gurung

      How to Filter Based on a List in Excel

      Add A Comment
      Table of ContentsToggle Table of ContentToggle
      • In Excel 2016 or Later
      • In Previous Versions
        • Step 1: Calculate Quartiles
        • Step 2: Calculate Quartile Differences
        • Step 3: Create a Box Plot
          • Step 1: Insert Graph
          • Step 2: Switch Rows and Columns
          • Step 3: Make the Bottom Transparent
          • Step 4: Add Whiskers
          • Step 5: Format the Whiskers
          • Step 6: Repeat Steps 4 and 5
          • Step 7: Make the Top and Second-to-Last sections Transparent
      • Conclusion
      • Home
      • About Us
      • Privacy Policy
      © 2025 Inside The Web

      Type above and press Enter to search. Press Esc to cancel.