When you work in Excel, you often deal with long lists of numbers like sales, marks, expenses, performance data and more.
And sometimes, you just want to find the average.
That’s exactly what the AVERAGE function helps you do.
It quickly finds the mean of your numbers, giving you clear and accurate results without any manual calculations.
What Is the AVERAGE Function?
The AVERAGE function in Excel is used to find the mean value of a group of numbers.
It simply the total of all numbers divided by how many there are.
In short:
AVERAGE = (Sum of all numbers) ÷ (Count of numbers)
It’s one of the most basic and useful formulas in Excel — simple, fast, and perfect for reports, analysis, and everyday tasks.
Syntax:
=AVERAGE(number1, [number2], …)
- number1: The first value or range of numbers.
- number2 : More numbers or ranges you want to include.
You can use:
- single numbers
- cell references
- or full ranges
How AVERAGE Works:
Let’s say you have five numbers:
20, 25, 30, 35, and 40.
Step 1: Add them all up → 20 + 25 + 30 + 35 + 40 = 150
Step 2: Count how many numbers → 5
Step 3: Divide total by count → 150 ÷ 5 = 30
So, your average (mean) is 30.
Excel does all of this automatically when you use the AVERAGE formula.

Examples:
| Cell | Value |
| A1 | 20 |
| A2 | 25 |
| A3 | 30 |
| A4 | 35 |
| A5 | 40 |
| Example Formula | Result | Explanation |
| =AVERAGE(10, 20, 30) | 20 | (10 + 20 + 30) ÷ 3 = 20 |
| =AVERAGE(A1:A5) | 30 | Finds the mean of all values in cells A1 through A5. |
| =AVERAGE(A1, B1, C1) | 20 | Averages the three selected cells. |
| =AVERAGE(A1:A5, 100) | 41.6666667 | Finds the mean of all numbers in A1:A5 plus 100. |
How AVERAGE Handles Different Types of Cells in Excel:
When you use the AVERAGE function in Excel, it treats different types of cells in different ways.
Here’s a very simple explanation of how it works:
1. Blank cells are ignored:
If a cell is empty, Excel skips it completely.
It does not count it and does not use it in the calculation.
Example:
Cells: 10, 20, (blank)
Formula: `=AVERAGE(A1:A3)`
Excel calculates: (10 + 20) ÷ 2 = 15
It ignores the empty cell.

2. Text is ignored
If a cell contains text (words like “N/A”, “Hello”, or anything not a number), Excel skips it — just like a blank cell.
It does not include that value and does not count it.
Example:
Cells: 10, 20, “Test”
Formula: `=AVERAGE(A1:A3)`
Excel calculates: (10 + 20) ÷ 2 = 15
The text does not affect the average.

3. Zeros (0) are counted
If a cell contains 0, Excel considered zero as a real number. So it affects the average.
Example:
Cells: 10, 20, 0
Formula: `=AVERAGE(A1:A3)`
Excel calculates: (10 + 20 + 0) ÷ 3 = 10
Here the zero pulls the average down — because Excel treats it like a normal number.

When to Use AVERAGE:
You can use AVERAGE in almost every type of Excel work. Here are a few simple examples:
1. For Calculating Marks or Grades
If you’re a teacher or student and want to find the average score:
=AVERAGE(B2:B6)
This gives the mean of all marks between cells B2 and B6.
2. For Finding Average Sales or Revenue
If you want to check your company’s monthly sales average:
=AVERAGE(C2:C13)
This gives the average sales for all 12 months.
3. For Budget or Expense Tracking
To see your typical monthly expense:
=AVERAGE(D2:D10)
This helps you understand your spending pattern.
Real Life Uses of AVERAGE:
You can use AVERAGE for many everyday tasks:
- Finding average marks
- Checking average monthly sales
- Tracking average expenses
- Measuring average speed or performance
It’s simple, reliable and one of the most important Excel functions every Excel user should know.
Discover more from Excellopedia
Subscribe to get the latest posts sent to your email.