Average, Median & Mode

Free Average, Median & Mode: use =AVERAGE(range), for example =AVERAGE(A1:A10), or =AVERAGEIF(range, criteria) to average only matching rows.

ƒxAverage, Median & ModeLive

n = 7 · Sum = 103.00 · Min = 9.00 · Max = 21.00

Average (mean)
14.71

7 values

Median
15.00
Mode
15.00
=AVERAGE(A1:A7) · =MEDIAN() · =MODE.SNGL()

How it works

Exact answer

In Excel or Google Sheets, use =AVERAGE(range), for example =AVERAGE(A1:A10), or =AVERAGEIF(range, criteria) to average only matching rows.

Step by step
1

Put your numbers in a single range.

2

In a blank cell type =AVERAGE( and select the range.

3

Press Enter; format decimals as you like.

4

For a conditional average use =AVERAGEIF(range, criteria) or AVERAGEIFS for several conditions.

What this does

AVERAGE adds the numbers in a range and divides by how many there are, ignoring blank and text cells (unlike a manual SUM/COUNT, which you would have to guard yourself). It is the arithmetic mean — the single value that best represents the centre of a tidy data set, though a few extreme values can drag it, which is when MEDIAN is the better choice.

A worked example

For the scores 12, 15, 9, 21, 17, 14 in A1:A6, =AVERAGE(A1:A6) returns 14.67. To average only passing scores, =AVERAGEIF(A1:A6,">=10") ignores the 9 and returns 15.8. If one score were a typo of 210, the average would leap to 47 — a reminder to check for outliers. The average is the first summary anyone asks for — typical sales, mean score, average response time. Knowing when it lies (skewed data, hidden blanks) is what separates a quick number from a trustworthy one.

Common mistakes

  • Including blank cells you meant to count as zero — AVERAGE ignores blanks, changing the divisor.
  • Letting a single outlier skew the mean; check with MEDIAN when data is lopsided.
  • Averaging an already-averaged column (an average of averages) instead of the raw values.
  • Counting text cells as zeros — AVERAGE skips them, which may not be what you intend.

FAQ

Average vs median?

The average (mean) uses every value and is pulled by extremes; the median is the middle value and resists outliers. Use median for skewed data like incomes or house prices.

Does AVERAGE count blank cells?

No. Blanks are ignored, so they do not lower the result. If a blank should count as zero, replace it with 0 first.

How do I average with a condition?

AVERAGEIF takes one condition; AVERAGEIFS takes several across different columns.

What you can practise with it

Built in your browser when you click. Nothing is uploaded, no signup, free for commercial use.

Embed this tool on your site

Free to use on any website, including commercial ones. Paste the snippet where the calculator should appear — it works on its own, loads lazily, and sends no data anywhere.

Embed code
Optional: make the frame grow with the tool

Add this next to the snippet and the iframe resizes itself instead of scrolling.

The one condition: keep the credit link under the tool visible and crawlable.