Descriptive Statistics in Excel: Mean, Median, Standard Deviation and Summary Tables
statisticsdescriptive-analysisdata-summaryexcel-functionsanalytics

Descriptive Statistics in Excel: Mean, Median, Standard Deviation and Summary Tables

EExcels.uk Editorial
2026-06-11
9 min read

Learn how to use Excel to calculate mean, median, standard deviation and reusable summary tables for clear, practical reporting.

Descriptive statistics are often the first step between a raw spreadsheet and a useful report. If you need to explain what a set of numbers looks like, how typical values compare, or whether results are tightly grouped or spread out, Excel already gives you the core tools. This guide shows how to calculate mean, median, mode, minimum, maximum, range and standard deviation in a clear, repeatable way, then turn those figures into summary tables you can reuse whenever fresh data arrives.

Overview

If you work with sales figures, payroll data, project costs, response times, invoice values or operational KPIs, you will regularly need a fast statistical summary before deciding what to do next. That is where descriptive statistics in Excel are most useful. They do not forecast the future or prove causation. Instead, they help you describe the data you already have in a way that is compact and easy to communicate.

In practical terms, descriptive statistics answer questions such as:

  • What is the average value?
  • What is the middle value when the data is sorted?
  • Which value appears most often?
  • How wide is the spread from low to high?
  • How much variation is there around the average?

For many business users, those answers are enough to improve a report immediately. A manager reviewing monthly order values may want the average and median to see whether a few very large orders are distorting the picture. A team lead checking task completion times may want the standard deviation to understand whether performance is consistent. A finance analyst may want a summary table of minimum, maximum and quartile-like comparisons before building a dashboard.

Excel supports this work in three broad ways:

  1. Direct formulas, such as =AVERAGE(), =MEDIAN() and =STDEV.S().
  2. Excel Tables, which make formulas easier to maintain as data grows.
  3. Summary layouts, where you collect the key measures in one small reporting block.

The simplest and most reliable approach for most teams is to keep the raw data in one sheet, convert it to an Excel Table, and build a separate summary area that references the table columns. That structure is easier to audit, easier to update, and far less fragile than mixing calculations into the raw dataset.

Core framework

A good descriptive statistics workflow in Excel is not complicated. The key is to use a small set of measures consistently and understand what each one is telling you.

1. Start with clean numeric data

Before you calculate anything, check that your values are genuinely numeric. Imported datasets often include blanks, text labels, currency symbols stored as text, or stray spaces. Any of these can lead to misleading outputs or formulas that appear to work while excluding rows silently.

A simple checklist helps:

  • Remove duplicated header rows.
  • Check for empty cells in the middle of the series.
  • Confirm numbers are right-aligned by default in Excel, rather than stored as text.
  • Keep one variable per column, such as revenue, hours worked, invoice value or resolution time.
  • Use consistent units throughout, such as all amounts in pounds or all times in minutes.

2. Convert the range into an Excel Table

Select the data and use Insert > Table. This gives you structured references, which are easier to read and update than fixed ranges like B2:B500. For example, if your table is called SalesData and the column is called OrderValue, your formulas can use:

=AVERAGE(SalesData[OrderValue])

This is usually more robust than manually extending cell ranges every month.

3. Calculate the core measures

Below are the most useful descriptive statistics for business reporting and the Excel functions commonly used for each.

Mean tells you the arithmetic average.

=AVERAGE(range)

Use it when you want a quick central figure, but remember that extreme values can pull it up or down.

Median tells you the middle value after sorting the data.

=MEDIAN(range)

This is often a better measure of a “typical” value when the dataset includes outliers.

Mode tells you the most frequent value.

=MODE.SNGL(range)

It is useful when repeated values matter, though some business datasets do not have a clear mode.

Minimum and maximum show the lowest and highest observed values.

=MIN(range)
=MAX(range)

These define the observed bounds of the dataset.

Range shows the spread from low to high.

=MAX(range)-MIN(range)

This is easy to understand, but it can be heavily influenced by one unusual result.

Count tells you how many numeric observations are in the series.

=COUNT(range)

This matters because averages and standard deviations are more meaningful when you know how many data points sit behind them.

Standard deviation measures how much values vary around the mean.

=STDEV.S(range) for a sample
=STDEV.P(range) for a full population

This distinction matters. Use STDEV.S when your data is a sample taken from a larger group. Use STDEV.P when the dataset is the complete set you want to describe. In everyday business reporting, STDEV.S is often the safer default unless you are sure you have the full population.

4. Build a compact summary table

Once the formulas are working, collect them into a simple summary block. A clean layout might look like this:

MeasureFormula
Count=COUNT(SalesData[OrderValue])
Mean=AVERAGE(SalesData[OrderValue])
Median=MEDIAN(SalesData[OrderValue])
Mode=MODE.SNGL(SalesData[OrderValue])
Min=MIN(SalesData[OrderValue])
Max=MAX(SalesData[OrderValue])
Range=MAX(SalesData[OrderValue])-MIN(SalesData[OrderValue])
Std Dev=STDEV.S(SalesData[OrderValue])

Keep the labels plain. Reports are easier to review when the summary uses business language rather than statistical shorthand alone.

5. Interpret the numbers together, not in isolation

No single metric tells the full story. The value of summary statistics comes from reading them as a group.

  • If mean and median are close, the distribution may be fairly balanced.
  • If the mean is much higher than the median, a few high values may be pulling the average upward.
  • If standard deviation is low, results are relatively consistent around the average.
  • If standard deviation is high, the dataset is more variable and the average may hide important differences.
  • If the range is wide, check whether that is normal variation or caused by outliers or data quality issues.

This is where descriptive statistics become useful for operational judgement, not just calculation.

Practical examples

The best way to understand summary statistics in Excel is to apply them to familiar business cases. The same methods work whether you are reviewing revenue, workload, payroll inputs or project performance.

Example 1: Monthly invoice values

Imagine you have a column of invoice amounts for the current quarter. You want to summarise billing behaviour before reviewing overdue accounts.

Your summary may show:

  • Mean invoice value
  • Median invoice value
  • Highest invoice
  • Lowest invoice
  • Standard deviation of invoice values

If the mean is much higher than the median, that suggests a few large invoices are lifting the average. That matters because a headline average can make your customer base appear more valuable than the typical invoice actually is. In practice, pairing a summary table with an invoice tracker Excel template can help you move from description into payment management.

Example 2: Timesheet hours and overtime

Suppose you are reviewing weekly hours worked across a team. The average alone may not be enough. A median close to contracted hours but a high maximum and high standard deviation may indicate a few employees are carrying an uneven workload.

You could summarise:

  • Average weekly hours
  • Median weekly hours
  • Minimum and maximum hours
  • Standard deviation of hours worked

This kind of descriptive review is a sensible first step before payroll checks or resourcing decisions. If you need a practical input structure, an Excel timesheet template UK or a payroll cost calculator UK can complement the statistical summary.

Example 3: Meeting durations or meeting costs

Operational data often hides inefficiencies until you summarise it. If you track meeting lengths or total meeting cost by session, descriptive statistics can show whether time use is consistent or erratic.

For example:

  • Mean meeting cost shows average spend per meeting.
  • Median meeting cost shows the typical meeting cost.
  • A high standard deviation may reveal poor consistency in scheduling or attendance.

This is especially useful before introducing rules about meeting size, duration or cadence. If you want the cost side of the analysis, a meeting cost calculator Excel template can work alongside the summary statistics.

Example 4: Project pricing or delivery data

For project teams, descriptive statistics can be used on quoted hours, actual hours, gross profit per project or delivery lead time. If average project margin looks healthy but standard deviation is high, the business may have a consistency problem rather than a pricing problem.

That can lead to better follow-up questions:

  • Are some project types priced too low?
  • Are estimates consistently inaccurate?
  • Are a few unusually profitable jobs masking weaker routine work?

A summary table will not answer those questions on its own, but it will tell you where to look. A project cost calculator in Excel can then support a deeper commercial review.

Example 5: KPI tracking and sales forecasting

Descriptive statistics are also useful before building charts or dashboards. If you are preparing a monthly sales report, a quick summary of deal values, conversion times or pipeline volume can show whether the latest month is typical or unusual.

That is particularly helpful when feeding a KPI dashboard template or checking assumptions inside a sales forecast template in Excel. Summary statistics give the dashboard context. Without them, charts can look polished while hiding unstable underlying data.

Common mistakes

Most issues with descriptive statistics in Excel are not caused by difficult formulas. They come from avoidable setup or interpretation errors.

Using the mean when the median is more informative

Averages are convenient, so they are often overused. In datasets with large outliers, the mean may describe the arithmetic centre without representing the typical case. Always compare mean and median before presenting one as the main story.

Choosing the wrong standard deviation formula

Mixing up STDEV.S and STDEV.P is common. If you are not working with the full population, use the sample version. Be explicit in your notes or workbook labels so another user can follow your method.

Ignoring blanks, errors or numbers stored as text

Excel may exclude non-numeric values from some functions. That can make results look valid while quietly dropping records. A quick data check before analysis is always worth the time.

Building summaries on fixed ranges that do not expand

If your formulas point to B2:B101 and next month adds rows below that, your summary will be incomplete. Using Excel Tables helps avoid this.

Presenting too many decimal places

Statistical outputs can look more precise than they really are. Match the decimal places to the business context. For invoice values, two decimals may be appropriate. For hours worked, one or two may be enough. Clarity is usually more useful than false precision.

Confusing description with explanation

Descriptive statistics show what the data looks like. They do not explain why it looks that way. If variation is high, that is a signal for investigation, not a conclusion by itself.

When to revisit

Descriptive statistics are most valuable when treated as a repeatable reporting habit rather than a one-off calculation. Revisit your summary table whenever the underlying data changes, when the reporting audience changes, or when your method needs tightening.

In practice, that usually means revisiting your workbook when:

  • A new month, quarter or project cycle adds fresh records.
  • You change the source system or import process.
  • You add new categories, regions, products or teams.
  • You move from a quick internal check to a board or client-facing report.
  • You start using newer Excel tools, templates or dashboard structures.

A practical routine is to keep one reusable summary sheet with clearly named formulas, then refresh it each time your raw data table is updated. If you work in recurring operational reports, build a short checklist into the workbook:

  1. Paste or import the latest raw data.
  2. Check for blanks, text-formatted numbers and duplicates.
  3. Refresh the Excel Table.
  4. Review mean, median, min, max and standard deviation.
  5. Add a brief note on any unusual movement.
  6. Feed the validated figures into your report or dashboard.

If your analysis starts moving beyond simple summary measures, that is also a good point to revisit the structure. You may want segmented summaries by department, customer type or time period, or you may want to pair descriptive statistics with pricing, ROI or break-even analysis. For related decision tools, see our guides to the ROI calculator Excel template, break-even calculator in Excel and markup vs margin calculator.

The simplest long-term habit is this: whenever you inherit a new dataset, do not jump straight to charts. First, build a small summary table. It will help you spot data quality issues, understand what is typical, and explain the numbers with more confidence. That is why descriptive statistics in Excel remain one of the most useful foundations for business analysts, operations teams and small business owners alike.

Related Topics

#statistics#descriptive-analysis#data-summary#excel-functions#analytics
E

Excels.uk Editorial

Senior SEO Editor

Senior editor and content strategist. Writing about technology, design, and the future of digital media. Follow along for deep dives into the industry's moving parts.

2026-06-17T08:25:03.657Z