Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel VLOOKUP Function
  • Two-column Lookup in Excel
  • How to use Excel TRANSPOSE Function
  • Left Lookup in Excel

Data Analysis Examples

  • Reverse List in Excel
  • How to Sort by Color in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • How To Sort One Column or Multiple Columns in Excel
  • Excel Pie Chart

Data Validation Examples

  • Excel Data validation unique values only
  • Excel Data validation only dates between
  • Excel Data validation exists in list
  • Excel Data validation allow uppercase only
  • Excel Data validation must not contain

How to Sum Range with Errors in Excel

by

This example shows you how to create an array formula that sums a range with errors. You can also use the AGGREGATE function to sum a range with errors.

1. We use the IFERROR function to check for an error.

Explanation: the IFERROR function returns 0, if an error is found. If not, it returns the value of the cell.

Worked Example:   IF with boolean logic in Excel

2. To sum the range with errors (don’t be overwhelmed), we add the SUM function and replace A1 with A1:A7.

Worked Example:   Sum race time splits in Excel

3. Finish by pressing CTRL + SHIFT + ENTER.

Note: The formula bar indicates that this is an array formula by enclosing it in curly braces {}. Do not type these yourself. They will disappear when you edit the formula.

Worked Example:   How to strip non-numeric characters in Excel

Explanation: The range (array constant) created by the IFERROR function is stored in Excel’s memory, not in a range. The array constant looks as follows:

{0;5;4;0;0;1;3}

This array constant is used as an argument for the SUM function, giving a result of 13.

Post navigation

Previous Post:

Examples of Sum with Or Criteria in Excel

Next Post:

Sum Largest Numbers using LARGE function 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
  • CLEAN function: Description, Usage, Syntax, Examples and Explanation
  • LEN, LENB functions: Description, Usage, Syntax, Examples and Explanation
  • Join cells with comma in Excel
  • How to find nth occurrence of character in Excel
  • CODE function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate working days left in month in Excel
  • TIMEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • SECOND function: Description, Usage, Syntax, Examples and Explanation
  • Convert time to time zone in Excel
  • DATE function: Description, Usage, Syntax, Examples and Explanation
  • PDURATION function: Description, Usage, Syntax, Examples and Explanation
  • COUPDAYSNC function: Description, Usage, Syntax, Examples and Explanation
  • YIELDDISC function: Description, Usage, Syntax, Examples and Explanation
  • YIELDMAT function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate compound interest in Excel
© 2022 xlsoffice . All Right Reserved. | Teal Smiles