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

Data Analysis

  • Get column index in Excel Table
  • Chart Axes in Excel
  • Get column name from index in Excel Table
  • How To Load Analysis ToolPak in Excel
  • Data Series in Excel

References

  • How to use Excel OFFSET function
  • How to get address of first cell in range in Excel
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel MMULT Function
  • How to get last column number in range in Excel

Data Validations

  • Excel Data validation no punctuation
  • Excel Data validation date in next 30 days
  • Excel Data validation must not contain
  • Excel Data validation must begin with
  • Excel Data validation allow weekday only

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

  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel
  • How to use Excel NOT Function
  • Complete List of Excel Logical Functions, References and Examples

Date Time

  • Display Days until expiration date in Excel
  • Calculate series of dates by workdays in Excel
  • Create date range from two dates in Excel
  • Count dates in current month in Excel
  • Get first day of month in Excel

Grouping

  • Map text to numbers in Excel
  • Map inputs to arbitrary values in Excel
  • How to randomly assign people to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Group times into 3 hour buckets in Excel

General

  • Share Excel data with Word documents
  • With vs Without Array Formula in Excel
  • Lock Cells in a Worksheet Excel
  • Currency vs Accounting Format in Excel
  • AutoFit Column Width, AutoFit Row Height in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning