Home / Statistical Tools / Analysis Tools / Barchart / Examples / Examples
Examples¶
Quick Start¶
Create your first bar chart in less than two minutes.
This example shows the simplest way to create a bar chart: a single column of category names where each row is one observation. Quantum XL counts how many times each category appears and creates one bar per category.
Goal¶
Create a bar chart showing the count of each defect type.
Sample Data¶
Download BarChart_QuickStart.xlsx
Excel Protected View
When you open downloaded files, Excel displays a Protected View warning. You must click Enable Editing before you can use Quantum XL with the file.

Alternatively, you can copy the sample data from the table below and paste it directly into a new Excel workbook.
| Defect Type |
|---|
| Scratch |
| Dent |
| Scratch |
| Crack |
| Scratch |
| Dent |
| Scratch |
| Chip |
| Dent |
| Scratch |
Each row represents one defect observation. Quantum XL will count how many times each defect type appears (Scratch: 5, Dent: 3, Crack: 1, Chip: 1).
Steps¶
-
Launch the analysis
From the Excel ribbon, select QXL Stat Tools → Analysis Tools → Bar Chart.
-
Select your data
Select cells A1:A11 (the header row plus all 10 data rows).
-
Configure the analysis
In the Bar Chart dialog:
- Data Columns: "Defect Type" should be checked
Quantum XL automatically selects the single provided data column, so you don't need to change any options. Click Finish to generate the chart.
Result¶
Quantum XL creates a bar chart with one bar per defect type. Scratch is the tallest bar (5 occurrences), followed by Dent (3), with Crack and Chip tied at 1 each.
More Examples¶
Ready for more? See these variations:
- Numeric Data Columns — Summarize numeric columns as bars (sum, mean, etc.)
- Count Frequency (Categorical) — Pre-aggregated categorical data with counts
- Count Frequency (Numeric) — Weighted aggregation of numeric data
- GroupBy — Compare segments side by side