Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Get column index in Excel Table
  • Add Outline to Data in Excel
  • How to calculate average last N values in a table in Excel
  • Conflicting Multiple Conditional Formatting Rules in Excel
  • How to Create Column Chart in Excel

References

  • Find closest match in Excel
  • How to get first column number in range in Excel
  • Create hyperlink with VLOOKUP in Excel
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Count rows that contain specific values in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • How To Create Drop-down List in Excel
  • Excel Data validation number multiple 100
  • Excel Data validation exists in list
  • Prevent invalid data entering in specific cells

Average and ignore errors in Excel

by

This tutorial shows how to work Average and ignore errors in Excel using the example below;

Formula

=AVERAGEIF(values,">=0")

Explanation

To average a list of values, ignoring any errors that might exist in the range, you can use the AVERAGEIF or AGGREGATE function, as described below. In the example shown, the formula in E5 is:

=AVERAGEIF(values,">=0")

where “values” is the named range B5:B14.

How this formula works

The AVERAGEIF function can calculate an average of numeric data with one or more criteria. In this case, the criteria is the expression “>=0”. This filters out error values, and AVERAGEIF returns the average of the remaining eight values, 91.75.

Alternative with AGGREGATE

The AGGREGATE function can also ignore errors when calculating an average. To calculate an average with the AGGREGATE function, you can use a formula like this:

=AGGREGATE(1,6,values)

Here, the number 1 specifies average, and the number 6 is an option to ignore errors. Like AVERAGEIF above, AGGREGATE returns the average of the remaining eight values, 91.75.

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon In Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • Check multiple cells are equal in Excel
  • IF with boolean logic in Excel

Date Time

  • Get first day of previous month in Excel
  • How to get Weekdays, Working days between Two Dates in Excel
  • NETWORKDAYS function: Description, Usage, Syntax, Examples and Explanation
  • Convert Excel time to decimal minutes
  • How to enter Today’s Date or Static Date and Time in Excel

Grouping

  • Group numbers with VLOOKUP in Excel
  • Categorize text with keywords in Excel
  • Group arbitrary text values in Excel
  • Running count group by n size in Excel
  • If cell contains one of many things in Excel

General

  • Check if range contains a value not in another range in Excel
  • How to calculate decrease by percentage in Excel
  • Excel Ribbon Quick Overview For Beginners
  • 3D SUMIF for multiple worksheets in Excel
  • How to generate random times at specific intervals in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning