Plots data in vertical columns stacked by category.
Emphasizes the total of two or more data series over time.
2D and 3D options are available.
Data Format
- x-axis: Categories (e.g. time series)
- Categories are distributed evenly along the horizontal axis.
- Becomes visually complex as more categories are added.
- y-axis: Data Series (e.g. population by age group)
- Series are distributed along the vertical axis and are stacked.
- Column length shows scale of categories.
- Becomes visually complex as more series are added.
- Chart handles positive and negative values.
- Apply data labels judiciously or use a separate data table.
Category 1 | Category 2 | Category 3 | Category 4 | Category 5 | |
---|---|---|---|---|---|
Series 1 | # | # | # | # | # |
Series 2 | # | # | # | # | # |
Try it now!
- Select a country/region using the dropdown list to view the split in population by age group.
- Note how the chart and title adjust to reflect the different population values of each country/region.
- This chart was built using data validation lists, named ranges, conditional statements and the COUNTIF, IF, IFERROR, MATCH, OFFSET and RANK functions.
Related Column and Bar Charts