AVERAGE Function in Excel
- number1: First number or range. The first cell, number, or selected range of cells you want to average (e.g., A1:A10). Required.
- number2: Additional numbers or ranges. Any extra cells or ranges you want to include. You can add up to 255 different items! Optional.
What is the AVERAGE function in Excel?
The AVERAGE function finds the average of a group of numbers. It adds all the numbers together and divides the total by the number of values.
Think of sharing a restaurant bill equally with friends. Excel adds up the total cost of the food and tells you exactly how much each person needs to pay.
Learn with Example: AVERAGE
- Step 1: Understand what we need We need to find the average invoice amount. The AVERAGE function will add all the invoice amounts together and divide the total by the number of invoices.
- Step 2: Start the formula Click on the cell below the invoice amounts where you want the final average to appear. Type: =AVERAGE(
- Step 3: Select your numbers Use your mouse to highlight all the invoice amounts from the first one to the last one. Type: =AVERAGE(D3:D6) number1 The group of numbers you want Excel to average.
- Step 4: Check your final result Press Enter to see the average invoice value for the quarter. 2910
You have a list of paid invoices from different clients this quarter. How do you find the average invoice amount?
| A | B | C | D | |
|---|---|---|---|---|
| 1 | Paid Invoices | |||
| 2 | Invoice ID | Client Name | Project Type | Invoice Amount |
| 3 | INV-8041 | Acme Corp | Retainer | 4500 |
| 4 | INV-8042 | Globex Inc | One-off | 1250 |
| 5 | INV-8043 | Initech | Retainer | 5000 |
| 6 | INV-8044 | Umbrella Corp | Consulting | 890 |
| 7 | Average Invoice | |||
| 8 | ||||
| 9 | ||||
| 10 | ||||
We need to find the average invoice amount.
The AVERAGE function will add all the invoice amounts together and divide the total by the number of invoices.
When to use AVERAGE
Use the AVERAGE formula anytime you need to calculate the overall average of a group of numbers.
Common scenarios for using AVERAGE:
- Grading and scoring: Find a student's final grade by calculating the average of all their test scores from the semester.
- Sales prediction: Find your average daily sales from last month to estimate next week's sales.
- Expense tracking: Find your average monthly grocery bill to predict how much money you need to save for next month.
- Tracking results: Calculate the average time it takes for a team to reply to customer emails.
When not to use AVERAGE
The AVERAGE formula is extremely popular, but it is not the best choice in these specific situations:
- When you only want to average specific items: If you have a large list of expenses but only want to find the average cost of "Travel," the standard AVERAGE formula will not work. Instead, use the AVERAGEIF function.
- When you need to count text as zero: If a student misses a test and the teacher types "Absent" instead of "0", the standard AVERAGE function completely ignores the word "Absent" and their grade stays higher than it should be. Instead, use the AVERAGEA function, which treats text words as a zero.
AVERAGE vs AVERAGEIF vs AVERAGEA
If you are wondering whether to use AVERAGE, AVERAGEIF, or AVERAGEA, use this quick comparison table to see exactly which tool is best for your data.
| Feature | AVERAGE | AVERAGEIF | AVERAGEA |
|---|---|---|---|
| Best Used For | Standard, everyday math | Averaging based on a rule | Counting text as a zero |
| Ignores Empty Cells? | Yes | Yes | Yes |
| Ignores Text Words? | Yes | Yes | No (Counts as 0) |
| Ignores Zeroes (0)? | No | No | No |
| Can Use Conditions? | No | Yes (Limit: 1 rule) | No |
| Excel Version | All Versions | All Versions | All Versions |
| Ease of Use | Beginner | Intermediate | Intermediate |
Bottom Line: Use AVERAGE for most everyday calculations. If you need extra conditions or special handling, use functions like AVERAGEIF or AVERAGEA.
Common Mistakes When Using AVERAGE
Frequently Asked Questions about AVERAGE
Quick answers about AVERAGE
Does AVERAGE ignore blank cells?
Yes. If a cell is completely empty, the AVERAGE function ignores it. The empty cell will not change your final calculation.
Does AVERAGE ignore zeroes?
No. If a cell contains the number 0, Excel includes it in the calculation. This will decrease your final average. If you want to ignore zeroes, use the AVERAGEIF function instead.
Can I average cells that are not next to each other?
Yes. Hold down the Ctrl key (or Cmd on a Mac) and click cells in different locations. Excel automatically adds commas between them in your formula (e.g., =AVERAGE(A1, C4, F9)).
How do I round my average result?
You can limit the number of decimal places by putting the AVERAGE formula inside the ROUND function. For example, =ROUND(AVERAGE(A1:A10), 2) calculates the average and rounds it to 2 decimal places.
Does AVERAGE work across different worksheets?
Yes. You can average data from multiple worksheets in the same formula. Type =AVERAGE(, then click the other worksheet tabs to select the data before pressing Enter.
AVERAGE Practice Workbook
Download ready-to-use Excel files and practice AVERAGE hands-on
- Basic example
- Sales example
- HR example
- Finance example
- Inventory example
- Practice sheet
- Solved sheet