Boxplot Chart
Sometimes user may in need to judge how well data is distributed across a specific period, entity, category etc. Excel offers enrich features in charting where we can customize standard charts to build solutions which can accomplish our task easily. Boxplot is a graphically representation of numerical data through their quartiles. Box plot represents the minimum, maximum, median, first quartile and third quartile in the data set. Lets see how to plot the Excel Boxplot in this article.
Data source

Step 1: Calculate followings using given formulas for each category:
- Min: “=MIN(Table4[Category- A])”
- 1st Quartile: “=QUARTILE.INC(Table4[Category- A],1)”
- Median: “=QUARTILE.INC(Table4[Category- A],2)”
- 3rd Quartile: “=QUARTILE.INC(Table4[Category- A],3)”
- Max: “=MAX(Table4[Category- A])”
Apply above formulas by forming a separate set of table as shown below form the source table (figure 1.0).

Note: I have used Table (i.e. Table4) object of Excel you can directly refer it as Range in the formula
Step 2: Calculate the difference for each category and create a separate table as given below:
- 1st Quartile – Minimum
- Median – 1st Quartile
- 3rd Quartile – Median
- Max – 3rd Quartile

Step 3: Create chart over calculated table shown in figure 1.2
- Select Insert Ribbon Tab
- Click on Recommended Charts under Charts group
- Select Stacked Chart from Insert Chart dialog (figure 1.3)
- Click OK

Upon selecting given chart we have to switch the Rows to Column to form the stack over each category hence, Right Click over the chart and click Data Source, A dialog pops up, click on Switch Row/Column button and say OK as shown below:

Step 4: Select the Min category which at the bottom in Blue color dialog and do followings:
- Select Min box
- Right click select Format Data Series…
- Select Fill & Line tab
- Select No fill from Fill Section
- Select No line under Border section

Step 5: Click on Design tab and select Standard Deviation sub menu under Error Bars sub menu under Add Chart Elements as shown below:

Output

Please leave your comments or queries under comment section also please do subscribe to out blogs to keep your self upto date.