✍️ Excel summary examples

AVERAGE Examples in Excel

Learn AVERAGE examples for scores, sales, time, and simple performance reports.

Updated 2026-06-125 practical examplesCopy-ready

What it does

AVERAGE returns the arithmetic mean of numbers.

Syntax or pattern

=AVERAGE(number1, [number2], ...)

5 practical examples

1

Average scores

Calculate the average score in a range.

=AVERAGE(B2:B100)

Blanks are ignored.

2

Average table column

Average order value.

=AVERAGE(Orders[Amount])

Structured references are readable.

3

Average across months

Average monthly values in a row.

=AVERAGE(B2:M2)

Good for monthly performance reports.

4

Avoid errors

Return blank if the average fails.

=IFERROR(AVERAGE(B2:B100),"")

Useful when a range may have no numbers.

5

Average visible rows

Average only filtered rows.

=SUBTOTAL(101,B2:B100)

Function 101 averages visible values.

Common mistakes to avoid

  • Selecting ranges with different sizes.
  • Using text values where numbers are required.
  • Forgetting how blanks and hidden rows are treated.

Related Excel examples

FAQ

Can this formula use Excel Tables?

Yes. Structured references often make summary formulas easier to read.

💡 Useful resources

Here are some ideas for you

Optional resources that may help if you are learning formulas, building reports, or working in spreadsheets often.

  • 📘
    Excel formula books

    Practice formulas with structured examples you can keep beside your desk.

    See ideas
  • ⌨️
    Excel shortcut guides

    Build speed with keyboard shortcuts for selection, formatting and navigation.

    See ideas
  • 🔢
    Numeric keypads

    Helpful if you enter many numbers on a laptop or compact keyboard.

    See ideas
  • 🖥️
    External monitors

    Useful for viewing large worksheets, formulas and reference tables side by side.

    See ideas
  • 📒
    Desk notebooks

    Sketch formula logic, report ideas and table structures before building.

    See ideas
  • 💻
    Laptop stands

    Make long spreadsheet sessions more comfortable and ergonomic.

    See ideas

Some links in this section may be affiliate links. Choose only what is useful for your own work.