Home / Statistical Tools / Analysis Tools / Summarystats / Examples / Count Frequency
Count Frequency¶
When your data is pre-aggregated with counts, use a Count column as the frequency. Quantum XL expands the dataset by the count value — so a row with measurement 15.3 and frequency 18 is treated as eighteen observations of 15.3. All statistics are computed on the expanded dataset.
Goal¶
Generate descriptive statistics from pre-aggregated measurement data where each row represents a unique value and how many times it was observed.
Sample Data¶
Download SummaryStats_CountFrequency.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.
| Measurement | Frequency |
|---|---|
| 10.2 | 3 |
| 12.5 | 7 |
| 14.0 | 12 |
| 15.3 | 18 |
| 16.1 | 15 |
| 17.8 | 10 |
| 19.4 | 6 |
| 21.0 | 4 |
| 23.7 | 2 |
| 28.5 | 1 |
There are only 10 rows, but the frequencies add up to 78 total observations. Quantum XL will compute all statistics on the full expanded dataset of 78 observations.
Steps¶
-
Launch the analysis
From the Excel ribbon, select QXL Stat Tools → Analysis Tools → Summary Stats.
-
Select your data
Select cells A1:B11 (the header row plus all 10 data rows).
-
Configure the analysis
In the Summary Statistics dialog:
- Deselect "Frequency" under Data Columns (if auto-selected)
- Check "Frequency" under Frequency Data (Optional)
Click Finish to generate the output.
Result¶
Quantum XL creates a statistics table for the Measurement column. The count shows 78 (the expanded total, not 10 rows). All statistics — mean, median, standard deviation, percentiles, etc. — are computed on the frequency-weighted data, giving an accurate picture of the distribution. The box plot and dot plot alongside reflect the expanded dataset.