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

Data Analysis

  • How To Compare Two Lists in Excel
  • How to do a t-Test in Excel?
  • How to count table rows in Excel
  • How to Sort by Color in Excel
  • Move chart to a separate worksheet in Excel

References

  • Two-way lookup with VLOOKUP in Excel
  • Create hyperlink with VLOOKUP in Excel
  • Left Lookup in Excel
  • Count unique text values with criteria
  • How to use Excel FORMULATEXT function

Data Validations

  • Excel Data validation with conditional list
  • Excel Data validation date in next 30 days
  • Excel Data validation only dates between
  • Excel Data validation unique values only
  • Excel Data validation must begin with

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

  • Not Equal To ‘<>‘ operator in Excel
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • Nested IF function example in Excel
  • Complete List of Excel Logical Functions, References and Examples
  • XOR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Convert Excel time to Unix time in Excel
  • Excel Date & Time Functions Example
  • Extract time from a date and time in Excel
  • DAY function: Description, Usage, Syntax, Examples and Explanation
  • Get days before a date in Excel

Grouping

  • If cell contains one of many things in Excel
  • Group times into unequal buckets in Excel
  • Calculate conditional mode with criteria in Excel
  • Categorize text with keywords in Excel
  • Group times into 3 hour buckets in Excel

General

  • Find, Select, Replace and Go To Special in Excel
  • How to get original number from percent change in Excel
  • How to count total columns in range in Excel
  • How to choose page/paper size in Excel before Printing
  • How to generate random date between two dates in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning