Survey results favorite ice cream flavor

Pie charts are one of the simplest chart types in Excel, good for showing "part-to-whole" relationships with data in a small number of categories. Pie charts get a lot of criticism in the professional data visualization world, but they are compact and effective when the number of categories is small (2-5) and the relative size of each category is clear. In this example, a pie chart is used to plot the results of the survey question "What's your favorite flavor of ice cream?".

The data used for this pie chart is below:

Quarterly sales by clustered region

This chart shows quarterly sales data, broken down by quarter into four regions plotted with clustered columns.Clustered column charts work best when the number of data series and categories is limited. In order to make the data labels fit into a narrow space,  the chart uses a custom number format ([>=1000]#,##0,"K";0) to show values in thousands.

The data used to plot this chart is shown below:

Quarterly sales by stacked region

This chart shows quarterly sales, broken down by quarter into four regions that are stacked, one on top of the other. Stacked column charts can work well when the number of data series and categories is limited. This chart also shows how to use a custom number format ([>=1000]#,##0,"K";0) to show values in thousands.

The data used to plot this chart is shown below:

Pages